RTMPDUMP NetStream.Play.StreamNotFoundHello,
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> Code:
rtmpdump -r "rtmp://edge1.mediaondemand.net/vod/bpp/ActEdUK_INT_OC_V04m_109.mp4" -o abc.mp4 |
Re: RTMPDUMP NetStream.Play.StreamNotFoundDon'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. |