PDA

View Full Version : play stream on livestreamer


Koze
02-08-2016, 08:13 AM
Hello again,

Can someone let me know what do I need to change in following code in order to play stream on livestreamer?

http://spi-live.ercdn.net/spi/smil:fashionboxhd_0.smil/chunklist_b1600000.m3u8|User-Agent=Mozilla%2f5.0+(iPad%3b+CPU+OS+6_0+like+Mac+O S+X)+AppleWebKit%2f536.26+(KHTML%2c+?like+Gecko)+V ersion%2f6.0+Mobile%2f10A5355d+Safari%2f8536.25

Thank you,

Koze

troller12
02-09-2016, 01:43 PM
Hi,

just decode URL if necessary.Use any MIME tools for that.For LS you need to use http-header paramter to add the User-Agent xy.
livestreamer --http-header "User-Agent=Mozilla/5.0+(iPad;+CPU+OS+6_0+like+Mac+OS+X)+AppleWebKit/536.26+(KHTML,+?like+Gecko)+Version/6.0+Mobile/10A5355d+Safari/8536.25" "hls://http://spi-live.ercdn.net/spi/smil:fashionboxhd_0.smil/chunklist_b1600000.m3u8" best
greetz

Koze
02-14-2016, 11:42 AM
thank you