How to watch BBC World News from Giniko on VLChttp://www.giniko.com/watch.php?id=216
Any ideas how to watch this in VLC? Streamlink failed, it seems to use WMS. |
Re: How to watch BBC World News from Giniko on VLCyou need useragent and wmsAuthSign found in html source.
I didn't manage to get useragent working with vlc, without useragent won't work, so I use ffplay.exe If you work out useragent with vlc, post here how you did it. --http-user-agent= didn't work for me. Here is link to something similar with more details how to compile this autoit script: http://stream-recorder.com/forum/sho...32&postcount=4 Code:
runwait('cmd.exe /c curl.exe http://www.giniko.com/watch.php?id=216 | CLIP','',@SW_HIDE,'') |
Re: How to watch BBC World News from Giniko on VLC |
Re: How to watch BBC World News from Giniko on VLCStreamlink actually works here if you get m3u8 url.
Big issue uncovered from this thread. How shall we set user agent for our VLC on command line or in vlcrc to look like browser to servers ? Code:
C:\MISC\STREAMLINK>streamlink hlsvariant://http://nimlive1.giniko.com/bbcworldnews/bbcworld/playlist.m3u8?wmsAuthSign=c2VydmVyX3RpbWU9Ny8zMC8yMDE3IDU6NDg6MDEgUE0maGFzaF92YWx1ZT1aTVlWamFMVi83UnBwME9KUlZoYjl3PT0mdmFsaWRtaW51dGVzPTE0NDA= best |
Re: How to watch BBC World News from Giniko on VLCGetting 403 for some reason in streamlink and vlc
streamlink Code:
streamlink -l debug --http-header "User-Agent=Mozilla/5.0" hlsvariant://http://nimlive1.giniko.com/bbcworldnews/bbcworld/playlist.m3u8?wmsAuthSign=c2VydmVyX3RpbWU9Ny8zMS8yMDE3IDM6MDc6MDggUE0maGFzaF92YWx1ZT1Hd1RKMmVPZzVFQ0FWM2Y4bDRZdlhnPT0mdmFsaWRtaW51dGVzPTE0NDA= best --player-external-http --player-external-http-port 22334 Code:
vlc --http-user-agent="Mozilla/5.0" "tp://nimlive1.giniko.com/bbcworldnews/bbcworld/playlist.m3u8?wmsAuthSign=c2VydmVyX3RpbWU9Ny8zMS8yMDE3IDM6MTM6NTIgUE0maGFzaF92YWx1ZT1TTW4veDNjMFpwMFZIelJSNlFEdE9BPT0mdmFsaWRtaW51dGVzPTE0NDA=" --sout "#std{access=http,mux=ts,dst=:2222}" |
Re: How to watch BBC World News from Giniko on VLCQuote:
It does not appear that it is a user agent problem with vlc. Rather, vlc is having trouble parsing this sort of live hls playlist. This sort of problem is the primary reason livestreamer/streamlink was written in the first place. What is the disadvantage of using the streamlink/vlc combination? |
Re: How to watch BBC World News from Giniko on VLC1. speed
2. simplicity 3. independence 4. excercising my brain ( how well, is another story). By the way, you always give good feedback. Cheers, Johnny. |
Re: How to watch BBC World News from Giniko on VLCStreamlink is invaluable when I cannot figure something out, for example fox news on vaughnlive (rtmp).
Or other things "dynamic". |
Re: How to watch BBC World News from Giniko on VLCY_orange,
you will be surprised with my findings. VLC may be using mozilla agent, but it appears to be "mysterious" to servers. Here are examples, first gospel music: winamp ![]() VLC ![]() Streamlink's work looks to me to be something like rtmpdump's work. Rtmpdump saves stream to disk or pipes it to player. Streamlink pipes output to VLC. When you play the stream directly with VLC you see stream's url in VLC's title bar and no user agent whatsoever in urlsnooper. AlJazeera: VLC, direct connection ![]() When streamlink plays the stream you see fd://0 - VLC media player in title bar and User-Agent: python-requests/2.18.2 in urlsnooper. Giniko, streamlink, VLC ![]() Challenge still remains. Urlsnooper has to show VLC as Mozilla everywhere. When I get m3u8 from Giniko urlsnooper shows curl. Giniko likes curl, just doesn't like nothing that VLC shows. |
All times are GMT -6. The time now is 07:58 AM. |