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

RTMPDUMP NetStream.Play.StreamNotFound

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

ufointhesky 01-05-2017 08:32 PM

RTMPDUMP NetStream.Play.StreamNotFound


 
Hello,

I have been trying to download a RTMP stream. I tried using rtmpdump and livestreamer. But nothing seems to be working. I always get the error that stream not found. Most probably I am pointing rtmpdump to wrong URL for the video. I decoded the URL from the following HTML code:
Code:

<div class='flowplayer' style='width: 640px; height: 480px;background-image: url(http:///bpp/SplashScreen/ActEdUK_INT_OC_V04m_First_Frame.png);' data-origin='http://hosting.mmod.net/play/bpp/22517/201701060208/cciL6w_kM_7KkADq0nEa8_XTR0AOhqHdSftJR0ZeM9s_' data-key='#204981867816182' data-engine='flash' data-rtmp='rtmp://edge1.mediaondemand.net/vod/bpp' ><video autoplay><source type='video/flash' src='ActEdUK_INT_OC_V04m_109.mp4'></video></div>
The code I am using with rtmpdump:
Code:

rtmpdump -r "rtmp://edge1.mediaondemand.net/vod/bpp/ActEdUK_INT_OC_V04m_109.mp4" -o abc.mp4
Any idea why I am getting the stream not found error? Any help will be greatly appreciated.:(

ufointhesky 01-05-2017 09:39 PM

Re: RTMPDUMP NetStream.Play.StreamNotFound


 
Don't worry about it. I figured it out. With the help of Wireshark packets. I used wireshark and played the video analyzed the rtmpt packets. One of the packet which contains play video command also contains the file name and filepath. Joined them together and got the link.


All times are GMT -6. The time now is 10:47 PM.