hello genius,
i need your help
I would like to play this .m3u8 stream with a .bat file + wget + VLC Player
http://live.netd.com.tr/S1/HLS_LIVE/kanald/3500/prog_index.m3u8?key=89fea4179667d19b4282d0cf8ace4872&live=true
Here are the ingredients:.
1.wget.exe file located in the folder
2.in the same folder i created a .bat file
3.in the bat file i wrote this information
wget -O -
"http://live.netd.com.tr/S1/HLS_LIVE/kanald/3500/prog_index.m3u8?key=89fea4179667d19b4282d0cf8ace4872&live=true"
| c:\progra~1\videolan\vlc\vlc -
but unfortunately i get error message after start???
But when i enter the .m3u8 url directly under VLCit works fine!!!
can wgetnot accept that, or am i doing something wrong?
I am waiting for a positive message and thank you in advance
bye
Ayhan