Search the Community
Showing results for tags 'emby web'.
-
Hello, I have a few ideas for enhancements to the Live TV system. 1 Support for more headers in m3u files... eg.live (1/0) - disable/enable live stream flag, so play and seek controls can be enabled or disabled tvg-group - to set network/studio group of radio and tv streams for easier grouping tvg-url - so xmltv guide data can be bound directly to a channel or m3u file, bypassing the built-in gui method #bg-color and #bg-size - to alter the background color and size of the channel tile metadata display - eg. jQuery Stream, embedded m3u/8 comment, Icy-Metadata, Icecast CORS/ACAO headers. I have a ttached an m3u file which I tried to directly add as m3u tuner, but the server would not load it properly, possibly because it is one stream with multiple chunks ( also has metadata)... it can be called from another m3u tuner though. https://wz3web.scahw.com.au/live/3sea_32.stream/playlist.m3u8?listeningSessionID=5bdda753c87a2e78_303254_9A8QlPM3__00000001t29&downloadSessionID=0 #EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:6 #EXT-X-MEDIA-SEQUENCE:40 #EXTINF:5.015,Lukas Graham - Love Someone fRjAPQ6Q9DEp-308311271-5015.aac #EXTINF:4.969,Lukas Graham - Love Someone lR52ZCSwo0Yp-308311272-4969.aac #EXTINF:5.015,Lukas Graham - Love Someone j6TateebXsLp-308311273-5015.aac tv (0/1) - enable/disable tv (must specify either radio or audio-only options if set to 0) radio (true) - enable radio-specific stream with rich metadata (only use if tv=0, can not be used with audio-only) audio-only (true) - enable audio only stream without rich metadata (only use if tv=0, can not be used with radio) 2 Add support for Icecast streams/tuners
- 20 replies
-
- 1
-
Hello, i've been starting to use emby server in this week and although there is already a dashboard to manage emby server, such as creating users and stuff, i'd like to use my own admin panel already done that was written in php. I'd like to know if it is possible to access emby's dashboard options through another panel created by myself through an API, remote access or something similar, and if so, i'd like to know how because i'm new at this .