PDA

View Full Version : Live Video Stream Help?


lajvguy
08-21-2015, 12:06 PM
Can somebody please help me to get this stream code? Thanks!

http://www.shadownet.biz/channels/usa/e-tv.html


This worked but stopped:

http://37.48.83.131:1935/live/ee.stream/playlist.m3u8?wowzasessionid=723087171&wmsAuthSign=c2VydmVyX3RpbWU9OC8yMS8yMDE1IDY6MTA6Mz ggUE0maGFzaF92YWx1ZT0vbGlXNVMvTDhSd09KVU1pZnI5akFn PT0mdmFsaWRtaW51dGVzPTIw

spacechild
08-22-2015, 01:45 PM
Use wget to extract the source text:

wget "www.shadownet.biz/channels/usa/e-tv.html" -O source.txt

Take a look at source.txt, and you'll find the current value of wmsauthsign.

lajvguy
08-22-2015, 06:32 PM
Use wget to extract the source text:

wget "www.shadownet.biz/channels/usa/e-tv.html" -O source.txt

Take a look at source.txt, and you'll find the current value of wmsauthsign.

Thanks for the help. Where do I get wget for windows 64 bit?