Hello, Is "rtmpt" a different protocol? Like: rtmpt://64.237.44.170:80/vid_pro/mp4:0000034/G9BDFX08M.mp4 If yes, is there a chance to download the stream via rtmpdump? Thanks a lot! Marcus
double wrote:
Hello,
Is "rtmpt" a different protocol? Like: rtmpt://64.237.44.170:80/vid_pro/mp4:0000034/G9BDFX08M.mp4 If yes, is there a chance to download the stream via rtmpdump?
Contrary to what grade school teachers tell their students, there is such a thing as a stupid question. Read. http://rtmpdump.mplayerhq.hu/
Hello, To handle "rtmpt" is a bit confusing. This works: rtmpdump --rtmp 'rtmp://64.237.44.170/vid_pro' --playpath 'mp4:0000034/G9BDFX08M.mp4' --flv /dev/nul But this does not: rtmpdump --rtmp 'rtmpt://64.237.44.170/vid_pro' --playpath 'mp4:0000034/G9BDFX08M.mp4' --flv /dev/nul rtmpdump --rtmp 'rtmp://64.237.44.170/vid_pro/mp4:0000034/G9BDFX08M.mp4' --flv /dev/null Thanks Marcus Am 30.05.2010 23:46, schrieb Howard Chu:
double wrote:
Hello,
Is "rtmpt" a different protocol? Like: rtmpt://64.237.44.170:80/vid_pro/mp4:0000034/G9BDFX08M.mp4 If yes, is there a chance to download the stream via rtmpdump?
Contrary to what grade school teachers tell their students, there is such a thing as a stupid question.
participants (2)
-
double -
Howard Chu