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

Livestreamer Filmon Help???

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

lajvguy 08-26-2015 12:17 PM

Livestreamer Filmon Help???


 
This code stopped working today:

cd C:\Program Files (x86)\livestreamer-v1.12.2-77-g8dd6a69
livestreamer "http://www.filmon.com/channel/hrtv" high_hls

Can someone please help? Tried Livestreamer Nightly build. Thanks!

troller12 08-26-2015 04:49 PM

Re: Livestreamer Filmon Help???


 
Hi,

Code:

The specified stream(s) 'high_hls' could not be found.
[cli][info] Available streams: high (best), low (worst)

Use high or best instead high_hls.

greetz

lajvguy 08-26-2015 05:55 PM

Re: Livestreamer Filmon Help???


 
Quote:

Originally Posted by troller12 (Post 79286)
Hi,

Code:

The specified stream(s) 'high_hls' could not be found.
[cli][info] Available streams: high (best), low (worst)

Use high or best instead high_hls.

greetz

It works but cuts off after about a minute. Any ideas? Thanks!

nullacht 08-26-2015 09:11 PM

Re: Livestreamer Filmon Help???


 
Filmon offers only a short preview on this channel. To have full access, you will need a subscription.

-D3n1s- 09-05-2015 11:11 AM

Re: Livestreamer Filmon Help???


 
Quote:

Originally Posted by lajvguy (Post 79288)
It works but cuts off after about a minute. Any ideas? Thanks!

Try some of my new apps:

Code:

http://www.kerman.hr/forum/index.php?topic=17946.msg161683#msg161683

lajvguy 09-05-2015 12:44 PM

Re: Livestreamer Filmon Help???


 
Quote:

Originally Posted by -D3n1s- (Post 79561)
Try some of my new apps:

Code:

http://www.kerman.hr/forum/index.php?topic=17946.msg161683#msg161683

Thanks again! I ran the FilmOn Playlist Maker on High then clicked on HRTV but VLC says, "Your input can't be opened." There's no id= so please help.

-D3n1s- 09-05-2015 02:54 PM

Re: Livestreamer Filmon Help???


 
Quote:

Originally Posted by lajvguy (Post 79565)
Thanks again! I ran the FilmOn Playlist Maker on High then clicked on HRTV but VLC says, "Your input can't be opened." There's no id= so please help.

Works fine here.


lajvguy 09-05-2015 05:47 PM

Re: Livestreamer Filmon Help???


 
Quote:

Originally Posted by -D3n1s- (Post 79567)
Works fine here.


Don't know what I'm doing wrong. Re-installed VLC 2.2.1 32 bit but VLC still says, "Your input can't be opened: VLC is unable to the open the MRL 'http://198.179.31.198/live/694.high.stream/playlist.m3u8?id='

Can you tell me step by step how to do it? Thanks!!!

nullacht 09-05-2015 11:03 PM

Re: Livestreamer Filmon Help???


 
Code:

livestreamer "hls://198.179.31.198/live/694.high.stream/playlist.m3u8" best
Code:

[cli][info] Found matching plugin stream for URL hls://198.179.31.198/live/694.high.stream/playlist.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)

Code:

livestreamer "hls://198.179.31.198/live/694.low.stream/playlist.m3u8" best
Code:

[cli][info] Found matching plugin stream for URL hls://198.179.31.198/live/694.low.stream/playlist.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)

The old trick [HLS instead of RTMP] to circumvent their restrictions.

lajvguy 09-06-2015 12:00 AM

Re: Livestreamer Filmon Help???


 
Quote:

Originally Posted by nullacht (Post 79577)
Code:

livestreamer "hls://198.179.31.198/live/694.high.stream/playlist.m3u8" best
Code:

[cli][info] Found matching plugin stream for URL hls://198.179.31.198/live/694.high.stream/playlist.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)

Code:

livestreamer "hls://198.179.31.198/live/694.low.stream/playlist.m3u8" best
Code:

[cli][info] Found matching plugin stream for URL hls://198.179.31.198/live/694.low.stream/playlist.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)

The old trick [HLS instead of RTMP] to circumvent their restrictions.

Thank you very much but it's not working for me. Can you help again? Using current versions of livestreamer & VLC.

nullacht 09-06-2015 12:14 AM

Re: Livestreamer Filmon Help???


 
What did you do exactly? Use the following command line below with the Livestreamer application and it should work:

Code:

livestreamer "hls://http://198.179.31.198/live/694.high.stream/playlist.m3u8" best
If it does not work for you, post the error message you are receiving.

lajvguy 09-06-2015 12:54 AM

Re: Livestreamer Filmon Help???


 
Quote:

Originally Posted by nullacht (Post 79581)
What did you do exactly? Use the following command line below with the Livestreamer application and it should work:

Code:

livestreamer "hls://http://198.179.31.198/live/694.high.stream/playlist.m3u8" best
If it does not work for you, post the error message you are receiving.

This is what I did:

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\Users\Michael>livestreamer "hls://http://198.179.31.198/live/694.high.stream/
playlist.m3u8" best
[cli][info] Found matching plugin stream for URL hls://http://198.179.31.198/liv
e/694.high.stream/playlist.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[cli][error] Could not open stream: Unable to open URL: http://198.179.31.198/li
ve/694.high.stream/playlist.m3u8 (403 Client Error: Forbidden)

C:\Users\Michael>

nullacht 09-06-2015 01:08 AM

Re: Livestreamer Filmon Help???


 
Seems to be some kind of restriction on your side. I don't see any error messages. Both streams (low and high quality) are working fine for me.

Code:

livestreamer "hls://http://198.179.31.198/live/694.low.stream/playlist.m3u8" best -o 01.ts
Code:

[cli][info] Found matching plugin stream for URL hls://http://198.179.31.198/live/694.low.stream/playlist.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[download][01.ts] Written 692.6 KB (16s @ 524.2 KB/s)


lajvguy 09-06-2015 03:43 AM

Re: Livestreamer Filmon Help???


 
Quote:

Originally Posted by nullacht (Post 79586)
Seems to be some kind of restriction on your side. I don't see any error messages. Both streams (low and high quality) are working fine for me.

Code:

livestreamer "hls://http://198.179.31.198/live/694.low.stream/playlist.m3u8" best -o 01.ts
Code:

[cli][info] Found matching plugin stream for URL hls://http://198.179.31.198/live/694.low.stream/playlist.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[download][01.ts] Written 692.6 KB (16s @ 524.2 KB/s)


Any ideas? What VLC Player are you using?

troller12 09-06-2015 12:07 PM

Re: Livestreamer Filmon Help???


 
Hi,

its working if you do use also the ID....
Code:

http://198.179.30.100/live/689.high.stream/playlist.m3u8?id=xxxxxxxxx....etc
...then LS will play the stream.Also if you do enter the m3u8 link in your browser...
Code:

http://198.179.30.100/live/689.high.stream/playlist.m3u8
...then you get nothing to download but if you add the ID then you get it to download.No idea why nullacht don't need to add it!=? :)

greetz

lajvguy 09-12-2015 09:13 PM

Re: Livestreamer Filmon Help???


 
Quote:

Originally Posted by nullacht (Post 79586)
Seems to be some kind of restriction on your side. I don't see any error messages. Both streams (low and high quality) are working fine for me.

Code:

livestreamer "hls://http://198.179.31.198/live/694.low.stream/playlist.m3u8" best -o 01.ts
Code:

[cli][info] Found matching plugin stream for URL hls://http://198.179.31.198/live/694.low.stream/playlist.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[download][01.ts] Written 692.6 KB (16s @ 524.2 KB/s)


Can you please help to get higher definition available streams? Thanks!

http://www.filmon.com/tv/hrtv

Code:

livestreamer "hls://http://198.179.31.198/live/694.high.stream/playlist.m3u8?id=41998610f6b40570f5889d7e415e1832698a572c21b9e81e3da26797577c683b3f5008e351d57d3ac783f4b57b591643b5ebe68146c89237ec7a7faa3a7cdfcdd22c1a73769c9d3f3a81b6fc52083879c16a9e0889977628e8a0d5cb18fba516f49593dd09a0ae34bcc2b27249e5f09b81fc5943314518049fe0b97b2f07d85dd22478d409056b60c66685a9c717735d974400a0b2eb16c2" best

troller12 09-13-2015 10:43 AM

Re: Livestreamer Filmon Help???


 
Hi,

so you do request the highest quality already with the command best.If you download the playlist.m3u8 then you can have a look inside (txt) to see all stream versions from lowest - highest resolution.

greetz

lajvguy 09-13-2015 11:07 AM

Re: Livestreamer Filmon Help???


 
Quote:

Originally Posted by troller12 (Post 79772)
Hi,

so you do request the highest quality already with the command best.If you download the playlist.m3u8 then you can have a look inside (txt) to see all stream versions from lowest - highest resolution.

greetz

How do I download the playlist.m3u8 and have a look inside (txt) to see all stream versions from lowest - highest resolution? Thanks!

troller12 09-13-2015 12:09 PM

Re: Livestreamer Filmon Help???


 
Hi,

just enter the entire link in browser then you can download the playlist file.Open in notepad etc and sort it and you got this in your case..
Code:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:28161
#EXT-X-TARGETDURATION:10
#EXTINF:10.010,
1442164832390.ts
#EXTINF:10.010,
1442164842117.ts
#EXTINF:10.010,
1442164852309.ts
#EXTINF:10.010,
1442164862432.ts
#EXTINF:10.010,
1442164872197.ts
#EXTINF:10.010,
1442164882348.ts

Here you just see the segments which are just playing for 10 seconds then it gets closed and the id is no more valid and LS gets a forbidden message (you need new id value) and does stop playing.In that case you have no other streams (low / high etc) inside this playlist only this one.Just check other playlists you can find to see more play paths.

greetz

lajvguy 09-13-2015 06:54 PM

Re: Livestreamer Filmon Help???


 
Quote:

Originally Posted by troller12 (Post 79774)
Hi,

just enter the entire link in browser then you can download the playlist file.Open in notepad etc and sort it and you got this in your case..
Code:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:28161
#EXT-X-TARGETDURATION:10
#EXTINF:10.010,
1442164832390.ts
#EXTINF:10.010,
1442164842117.ts
#EXTINF:10.010,
1442164852309.ts
#EXTINF:10.010,
1442164862432.ts
#EXTINF:10.010,
1442164872197.ts
#EXTINF:10.010,
1442164882348.ts

Here you just see the segments which are just playing for 10 seconds then it gets closed and the id is no more valid and LS gets a forbidden message (you need new id value) and does stop playing.In that case you have no other streams (low / high etc) inside this playlist only this one.Just check other playlists you can find to see more play paths.

greetz

Thanks again! Can you get the HD stream code after clicking on HD PAY button?

http://www.filmon.com/tv/hrtv

troller12 09-14-2015 10:13 AM

Re: Livestreamer Filmon Help???


 
Hi,

just try to press on HD Pay button but I don't believe that you get anything to see in HD if you don't pay before. :) Only thing what you can do is to find anyone who does pay already or maybe you do if you register and then you can sniff the HD stream you get and you did pay for but I also think that they will also use protected streams (more or less) with another key parameters similar as other TV streaming sources where you got keys for your IP / login datas etc.

greetz


All times are GMT -6. The time now is 02:32 PM.