cabernetwork / cabernet

Cabernet allows control of IPTV streams. Plugins supports DaddyLive, Pluto TV, XUMO, M3U/XMLTV.XML files (SamsungTV, STIRR, DistroTV, Plex TV)
https://cabernetwork.github.io
MIT License
154 stars 22 forks source link

v0.9.14.03 fixes Ubuntu Pluto, m3u plugin. streamlink-args not working? #127

Closed siliconhippy closed 5 months ago

siliconhippy commented 6 months ago

Issue #125 continued...Update on streamlink-args Jan 6, 2023:

Some problems fixed by v0.9.14.03 !

  1. The PlutoTV and M3U plugins now stream, in VLC client.

The new Plugins menu display said: No Plugins installed. So I installed and used streamtype m3u8redirect for both plugins.

A. For PlutoTV, internalproxy or streamlinkproxy didn't stream. For my m3u playlist (including youtube channels) internalproxy or streamlinkproxy don't stream. Nor does ffmpegproxy.

B. Can you configure multiple m3u playlists in Streams > M3U Plugin > M3U URL, e.g., m3u-URL1, m3u_URL2, m3u_URL3, ... ?

  1. I have installed streamlink.

A. I inserted the following streamlink-args command in the m3u_default instance in /data/config.ini, and switched Streams m3U streamtype to streamlinkproxy:

streamlink-args = "bv [height<=720] [vcodec=h264]+ba [acodec=aac] / bestvideo[height<=720]+bestaudio / best[height<=720]" --hls-use-mpegts --get-url

Did Restart and Reboot, just in case. VLC shows channels list, but doesn't stream. When I go back to streamtype = m3u8redirect, VLC streaming works again. cabernet.log file is blank.

B. So is there a mistake on my part? (To my surprise, Linode Ubuntu instance doesn't allow copy/paste in any way, so I cannot paste entire config.ini, but I believe it is not necessary. )

  1. I also tried Windows install which seems to go fine with Py3 and FFmpeg, but then no web panel appears at localhost:6077 windows, after running >python3 tvh_main.py (black window flashes.)
stale[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.