TVG,
I had a look at error message in cmd window and it was something about Los Angeles, cmd.exe complaining about
an empty space between Los and Angeles ( geocity=Los (request() got an unexpected keyword argument 'userId')
it should look like this on command line: Los%20Angeles, and like this: Los%%20Angeles in batch file,
no empty space in URL even in between double quotes.
I can watch this stream in Europe.
Here is code that works if you copy and pase it in cmd window:
Code:
streamlink.exe --http-header "User-Agent=Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16" "hlsvariant://http://sjc-uhls-proxy115.ustream.tv/watch/playlist.m3u8?cid=6540154&appType=11&appVersion=2&locks=97d170e1550eee4afc0af065b78cda302a97674c&geo=US&geocity=Los%20Angeles&userId=&connectionId=sjc-flot-omega01_2780158&ts=1494795743&ip=108.75.197.71&cdn=uhs_akamai&sgn=f8d081276e2b2012e3d5ca58eaaa98c5e9a20ed2" best
If you want the same code to work in batch file, you have quite a bit of escaping to do:
% = %%
& = ^&
http://www.robvanderwoude.com/escapechars.php
Error message:
Code:
C:\>streamlink.exe --http-header "User-Agent=Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16" hlsvariant://http://"sjc-uhls-proxy115.ustream.tv/watch/playlist.m3u8?cid=6540154&appType=11&appVersion=2&locks=97d170e1550eee4afc0af065b78cda302a97674c&geo=US&geocity=Los Angeles&userId=&connectionId=sjc-flot-omega01_2780158&ts=1494795743&ip=108.75.197.71&cdn=uhs_akamai&sgn=f8d081276e2b2012e3d5ca58eaaa98c5e9a20ed2" best
[cli][info] Found matching plugin stream for URL hlsvariant://http://sjc-uhls-proxy115.ustream.tv/watch/playlist.m3u8?cid=6540154&appType=11&appVersion=2&locks=97d170e1550eee4afc0af065b78cda302a97674c&geo=US&geocity=Los Angeles&userId=&connectionId=sjc-flot-omega01_2780158&ts=1494795743&ip=108.75.197.71&cdn=uhs_akamai&sgn=f8d081276e2b2012e3d5ca58eaaa98c5e9a20ed2
error: Unable to open URL: http://sjc-uhls-proxy115.ustream.tv/watch/playlist.m3u8?cid=6540154&appType=11&appVersion=2&locks=97d170e1550eee4afc0af065b78cda302a97674c&geo=US&geocity=Los (request() got an unexpected keyword argument 'userId')
Working code, I closed the player, this is all fine:
Code:
C:\>streamlink.exe --http-header "User-Agent=Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16" "hlsvariant://http://sjc-uhls-proxy115.ustream.tv/watch/playlist.m3u8?cid=6540154&appType=11&appVersion=2&locks=97d170e1550eee4afc0af065b78cda302a97674c&geo=US&geocity=Los%20Angeles&userId=&connectionId=sjc-flot-omega01_2780158&ts=1494795743&ip=108.75.197.71&cdn=uhs_akamai&sgn=f8d081276e2b2012e3d5ca58eaaa98c5e9a20ed2" best
[cli][info] Found matching plugin stream for URL hlsvariant://http://sjc-uhls-proxy115.ustream.tv/watch/playlist.m3u8?cid=6540154&appType=11&appVersion=2&locks=97d170e1550eee4afc0af065b78cda302a97674c&geo=US&geocity=Los%20Angeles&userId=&connectionId=sjc-flot-omega01_2780158&ts=1494795743&ip=108.75.197.71&cdn=uhs_akamai&sgn=f8d081276e2b2012e3d5ca58eaaa98c5e9a20ed2
[cli][info] Available streams: 252p (worst), 360p, 486p, 720p (best)
[cli][info] Opening stream: 720p (hls)
[cli][info] Starting player: C:\P\VLC\vlc.exe --file-caching=5000
[cli][info] Player closed
[cli][info] Stream ended
[cli][info] Closing currently open stream...