Forums » Tutorial and setups »
IPTV Mux URL passed programmatically
Added by R V almost 6 years ago
Hi,
I would like to have the following command as a IPTV Mux URL:
printf %b $(youtube-dl https://www.youtube.com/watch?v=aqSjKyI2wTs -g)
This will return the M3U8 URL from a Youtube Live feed. And this URL needs to be considered as the actual IPTV Mux URL:
https://manifest.googlevideo.com/api/manifest/hls_playlist/id/aqSjKyI2wTs.0/itag/95/source/yt_live_broadcast/requiressl/yes/ratebypass/yes/live/1/cmbypass/yes/goi/160/sgoap/gir%3Dyes%3Bitag%3D140/sgovp/gir%3Dyes%3Bitag%3D136/hls_chunk_host/r3---sn-8p8v-bg0es.googlevideo.com/ei/x0AkXKqzDpfyxASIy4-QCw/gcr/br/playlist_type/DVR/initcwndbps/5630/mm/32/mn/sn-8p8v-bg0es/ms/lv/mv/m/pcm2cms/yes/pl/46/dover/11/keepalive/yes/mt/1545879689/ip/2804:431:b719:33e5:d8a9:c033:112:fb9f/ipbits/0/expire/1545901351/sparams/ip,ipbits,expire,id,itag,source,requiressl,ratebypass,live,cmbypass,goi,sgoap,sgovp,hls_chunk_host,ei,gcr,playlist_type,initcwndbps,mm,mn,ms,mv,pcm2cms,pl/signature/430B7952637A75ACEBDF08F66EA85621D246AC24.06A795850DB0596A977A0C5AC45710BB02145FCE/key/dg_yt0/playlist/index.m3u8
If I add the pipe:// it will expect the MPEG-TS and I will have to include the ffmpeg, which will cause me performance issues ...
How can I pass the HTTP Stream programmatically in an IPTV Mux URL?
Thank you!