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

How to catch the stream link in order to play it with VLC Player ?

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

Hackoo 02-01-2016 06:09 AM

How to catch the stream link in order to play it with VLC Player ?


 
Hi !
Can somone here explain me how to catch the stream link in order to play it with the VLC Player ?
Thank you !

biezom 02-01-2016 10:09 AM

Re: How to catch the stream link in order to play it with VLC Player ?


 
Quote:

Originally Posted by Hackoo (Post 82461)
Hi !
Can somone here explain me how to catch the stream link in order to play it with the VLC Player ?
Thank you !

hi

Code:

rtmpdump -r "rtmp://livestreaming5.onlinehorizons.net:1935/Dream2CH" -a "Dream2CH" -f "LNX 19,0,0,207" -W "https://www.onlinehorizons.net/livestreaming/DreamTV/flowplayer-3.2.18.swf" -p "https://www.onlinehorizons.net/livestreaming/DreamTV/Channels/index1.html" --live -y "livestream" -o "Dream2CH.flv"
or to play directly with vlc
Code:

rtmpdump -r "rtmp://livestreaming5.onlinehorizons.net:1935/Dream2CH" -a "Dream2CH" -f "LNX 19,0,0,207" -W "https://www.onlinehorizons.net/livestreaming/DreamTV/flowplayer-3.2.18.swf" -p "https://www.onlinehorizons.net/livestreaming/DreamTV/Channels/index1.html" --live -y "livestream" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

Hackoo 02-01-2016 01:40 PM

Re: How to catch the stream link in order to play it with VLC Player ?


 
Quote:

Originally Posted by biezom (Post 82471)
hi

Code:

rtmpdump -r "rtmp://livestreaming5.onlinehorizons.net:1935/Dream2CH" -a "Dream2CH" -f "LNX 19,0,0,207" -W "https://www.onlinehorizons.net/livestreaming/DreamTV/flowplayer-3.2.18.swf" -p "https://www.onlinehorizons.net/livestreaming/DreamTV/Channels/index1.html" --live -y "livestream" -o "Dream2CH.flv"
or to play directly with vlc
Code:

rtmpdump -r "rtmp://livestreaming5.onlinehorizons.net:1935/Dream2CH" -a "Dream2CH" -f "LNX 19,0,0,207" -W "https://www.onlinehorizons.net/livestreaming/DreamTV/flowplayer-3.2.18.swf" -p "https://www.onlinehorizons.net/livestreaming/DreamTV/Channels/index1.html" --live -y "livestream" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

Thank you man for your reply !
It's working with rtmpdump like a charm ;) :D
But, can you please explain me why we can't play this link (.m3u8) directly with VLC ?
Code:

http://livestreaming5.onlinehorizons.net:1935/hls-live/Dream2ChM/_definst_/liveevent/livestream.m3u8

Hackoo 02-01-2016 03:55 PM

Re: How to catch the stream link in order to play it with VLC Player ?


 
And what about this link ?
Code:

http://mangaplustv.com/foot/tntv/chaine/player.php?live=elhiwar
Thank you in advance !

kjvnasa 02-06-2016 09:32 PM

Re: How to catch the stream link in order to play it with VLC Player ?


 
Quote:

Originally Posted by Hackoo (Post 82477)
And what about this link ?
Code:

http://mangaplustv.com/foot/tntv/chaine/player.php?live=elhiwar
Thank you in advance !

I believe rtmp URL would be
Code:

rtmp://185.24.221.74:1935/elhiwar/elhiwar?token=sEZ4ahZmIZLjeY22jVj55w&e=1454819085
Token is dynamic and changes everytime


All times are GMT -6. The time now is 10:37 AM.