PDA

View Full Version : How do I extract URL from this stream?


Rbdk
09-27-2015, 03:58 AM
Hey there.

I would like to play my streams in VLC instead of the browser. For that I need to get an url for the stream.

How do I extract the url from a stream like this?
http://sports4u.tv/embed/bt-sport-2.php

biezom
09-27-2015, 06:38 AM
Hey there.

I would like to play my streams in VLC instead of the browser. For that I need to get an url for the stream.

How do I extract the url from a stream like this?
http://sports4u.tv/embed/bt-sport-2.php

rtmpdump -r "rtmp://31.220.2.148/redirect/bt24u" -p "http://rocktv.co/embedo.php?live=bt24u&vw=650&vh=480" -T "%Zrey(nKa@#Z"| "C:\Program Files\VideoLAN\VLC\vlc" -

Rbdk
10-01-2015, 12:52 PM
rtmpdump -r "rtmp://31.220.2.148/redirect/bt24u" -p "http://rocktv.co/embedo.php?live=bt24u&vw=650&vh=480" -T "%Zrey(nKa@#Z"| "C:\Program Files\VideoLAN\VLC\vlc" -

Thanks for your suggestion. However, I would like to learn how to do it so I don't have to ask every time. Can you explain? :-)