PDA

View Full Version : www.mips.tv: rtmpdump stopped after several sec


jamba
09-21-2011, 04:21 PM
I try to watch from mips using rtmpdump and VLC but the stream keep stopping after several sec
here is the code
rtmpdump -r rtmp://85.17.23.245/live/jounn -W http://www.mips.tv/player/eplayer.swf -p http://www.mips.tv/channel.php?u=71590 -y jounn | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"

anyone can help?
thanks

karlo2105
09-21-2011, 04:31 PM
It's working to me with this command. I used StreamTransport (http://all-streaming-media.com/record-video-stream/StreamTransport-Download-HTTP-RTMP-RTMPE-streams.htm). :D

rtmpdump -v -r "rtmp://85.17.23.243/live/jounn?id=71590" -W "http://www.mips.tv/player/eplayer.swf" -p "http://www.mips.tv/channel.php?u=71590" | vlc -

jamba
09-21-2011, 04:42 PM
It's working to me with this command. I used StreamTransport. :D

rtmpdump -v -r "rtmp://85.17.23.243/live/jounn?id=71590" -W "http://www.mips.tv/player/eplayer.swf" -p "http://www.mips.tv/channel.php?u=71590" | vlc -

thank you Karlo, I didn't see "?id=71590" within rtmp url with URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm). guess I should try use StreamTransport (http://all-streaming-media.com/record-video-stream/StreamTransport-Download-HTTP-RTMP-RTMPE-streams.htm).
Once again thanks :)