Page 1 of 1

RTMPE Url

PostPosted: Fri Aug 10, 2012 11:27 am
by New001
Hi Guys,

I have this rtmpe url that works with rtmpdump, but when I try to test it with ffmpeg it does not work (I assume it will not work in serviio as well).

RTMPDump command:
  Code:
rtmpdump -r rtmpe://112.197.2.11:1935/live --playpath=htv7.stream --swfUrl=http://tv24.vn/getflash.ashx --live --pageUrl=http://www.tv24.vn/TV24/14/38/htv7-xem-truc-tuyen-mien-phi-toc-do-cao-cuc-hot-cuc-hay.html --token=!3zxcvbnm4@


FFMPEG command that I try:
  Code:
ffmpeg -i rtmpe://112.197.2.11:1935/live playpath=htv7.stream swfUrl=http://tv24.vn/getflash.ashx swfVfy=1 live=1 pageUrl=http://www.tv24.vn/TV24/14/38/htv7-xem-truc-tuyen-mien-phi-toc-do-cao-cuc-hot-cuc-hay.html token=!3zxcvbnm4@


Can anyone help please? Thanks

Re: RTMPE Url

PostPosted: Fri Aug 10, 2012 12:55 pm
by jhb50
enclose in quotes

Re: RTMPE Url

PostPosted: Fri Aug 10, 2012 1:08 pm
by New001
Thanks jhb50. Yes I did try that

Re: RTMPE Url

PostPosted: Sat Aug 11, 2012 3:30 am
by New001
Anyone has any other idea? It still does not work for me.

The command I tried

  Code:
ffmpeg -i "rtmpe://112.197.2.11:1935/live playpath=htv7.stream swfUrl=http://tv24.vn/getflash.ashx swfVfy=1 live=1 pageUrl=http://www.tv24.vn/TV24/14/38/htv7-xem-truc-tuyen-mien-phi-toc-do-cao-cuc-hot-cuc-hay.html token=!3zxcvbnm4@"