Re: Can somebody help get filmon rtmp code to play with livestreamer?Quote:
|
Re: Can somebody help get filmon rtmp code to play with livestreamer?https://streamlink.github.io/#
GitHub: https://github.com/streamlink/streamlink Installers for Windows/Mac/Linux: Windows ( link ) https://streamlink.github.io/install...ndows-binaries You can download the latest nightly Windows installer here. ( this link ) https://streamlink-builds.s3.amazona...ink-latest.exe Yesterday's was: 0.3.1.807 Today's is: 0.3.1.814 |
Re: Can somebody help get filmon rtmp code to play with livestreamer?Quote:
the only thing for any reinstall is to uninstall first according to beardypig: “...if you want the latest filmon fixes” (0.3.1), but obviously also for any coming (future) fixes. Don't remember if that ever was the case with Livestreamer. As j_cool has linked to Github I'm assuming it's okay: "...updated plugin to match changes..." By the way, my question about if this ever was available in Livestreamer and his suggestion “--loglevel” isn't working for me so this must be totally new. That's why I think it should be included in some documentation. However, he/ (they) has made it possible to just download the Nightly Builds, extract it and then replace or put in any new fixes. My directory: C:\Program Files (x86)\Streamlink\pkgs\streamlink\plugins. |
Re: Can somebody help get filmon rtmp code to play with livestreamer?Quote:
I don't suppose there is anyway to make it support player pausing for tea breaks? like a temporary created cache record file if it detects the player has been paused, i'm using MPC-BE x64 and it loses the stream if paused it'll play for like 3-5mins after the paused time then go off, maybe via ffplay. |
Re: Can somebody help get filmon rtmp code to play with livestreamer?This one works fine:
set url=http://www.filmon.com/channel/bbc-news start /min streamlink --http-header "User-Agent=Mozilla/5.0" --player "ffplay.exe -vf scale=854:480" %url% worst This one not so fine: set url=http://www.filmon.com/channel/bbc-news start /min streamlink --http-header "User-Agent=Mozilla/5.0" --player "ffplay.exe" %url% best You can dump the stream on disk, wait for some stream to get saved on disk, and play the stream from disk with any player. Mplayer, FFplay ... This way there are no tea breaks, but one second more or less between chunks. Python guys know how to sort it out or somebody like rtmpdump team. Look at Vaughnlive.py, one example of excellence of stramlink/livestreamer team. |
Re: Can somebody help get filmon rtmp code to play with livestreamer?Ihry,
This reading may answer your last post: streamlink -h --player-no-close By default Streamlink will close the player when the stream ends. This is to avoid "dead" GUI players lingering after a stream ends. It does however have the side-effect of sometimes closing a player before it has played back all of its cached data. This option will instead let the player decide when to exit. --player-continuous-http Make the player read the stream through HTTP, but unlike --player-http it will continuously try to open the stream if the player requests it. |
Re: Can somebody help get filmon rtmp code to play with livestreamer?hmmm getting file not found in MPC-BE x64.
Code:
streamlink -ldebug http://www.filmon.com/channel/cbs-action best --player-continuous-http |
Re: Can somebody help get filmon rtmp code to play with livestreamer?I have not tried mpc-be yet.
Here are streamlink players, and what they do and don't do. Scroll the page to see Known issues and workarounds, MPC-HC reports “File not found”. https://streamlink.github.io/players.html Note the absence of ffplay, to people this is no player at all, and can do it all. This works perfectly fine: start /min streamlink --player "ffplay.exe" http://www.filmon.com/channel/cbs-action best |
Re: Can somebody help get filmon rtmp code to play with livestreamer?Quote:
I was running v1.4.6 (build 1478) beta of MPC-BE. |
Re: Can somebody help get filmon rtmp code to play with livestreamer?Ok MPC-HC is playing back fine :)
Recording though is intermittent though it looses the stream 1-2mins in and sometimes repeats the same section in the recording, I guess it has do with it timing out and reloading the playlist instead of just adding / playing the next segment. Also without adding the following I kept getting 403 client forbidden errors. Code:
--http-header "Referer=http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf" --http-header "Accept-Encoding=gzip, deflate" --http-header "User-Agent=Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0" Code:
Streamlink is now Recording... channel-4 |
All times are GMT -6. The time now is 04:10 AM. |