Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

rtmpdump not playing ustream live video

(http://stream-recorder.com/forum/showthread.php?t=18915)

monkeylittle 10-16-2014 04:51 PM

rtmpdump not playing ustream live video


 
I'm trying to get the video in this ustream test page to work:

http://www.ustream.tv/channel/Test-Page

I'm now able to successfully connect but there is not data streaming from the server back. I compared wireshark captured packets with the Flasher Player that is working and with rtmpdump and find with the Flash Player, the sequence is connect() followed by playing, like this (IP masked):

6087 76.657003000 x.x.x.x 199.66.239.125 RTMP 2267 Handshake C2|connect('ustream')

6111 76.898062000 x.x.x.x 199.66.239.125 RTMP 105 playing()

Withe rtmpdump, the sequence is connect() followed by createStream() then FCSubscribe():

Invoking createStream
DEBUG: Invoking FCSubscribe

I tried both with and without --live option and it results are the same.

So how do I make rtmpdump issue an AMF3 command playing() like what the Flash Player is doing?

Thanks for your help.

biezom 10-16-2014 07:13 PM

Re: rtmpdump not playing ustream live video


 
For me it's not a rtmp's protocol, it's http's with a .flv media

For linux i use downloadhelper on firefox or wget or curl on a terminal but i don't know for windows. I suppose downloadhelper and firefox works

biezom 10-16-2014 07:38 PM

Re: rtmpdump not playing ustream live video


 
The link of the media
http://upmv10-level3-upmv.ustream.tv...38_7346536.flv

For wget or curl

freez 10-17-2014 04:04 PM

Re: rtmpdump not playing ustream live video


 
Code:

http://upmv10-level3-upmv.ustream.tv/0/1/7/7346/7346536/1_435738_7346536.flv
:)


All times are GMT -6. The time now is 03:34 AM.