Search the Community
Showing results for tags 'iptv livetv'.
-
I want to play file on my computer, how can I do that? Please, guys, help me
-
What application you recommend for me to use my live tv subscription on a android Box H96 MAX ?
-
Hi there, New to emby, migrating from plex. I have 2 iptv services, previously been playing them through kodi players. Both services work fine on kodi and vlc. One of these is not working in emby. I can add the tuner fine and it will display the channels but not play them. I've tried on 2 different (windows) computers and one Android client. The original link from the provider is in the form http://<site>/<user>/<password> which provides an m3u8 style data. This works fine in Emby Live TV, I've also tried simply using wget to save the m3u8 info to a file and provide that to Emby with the same results. The contents of that file/link is: #EXTM3U url-tvg="http://<site>/epg.xml.gz" tvg-shift=-2 dlna_extras=mpeg_ts_sd#EXTINF:0 tvg-name="Первый канал" tvg-logo="http://<site>/icon_cache/perviy_1_kanal.png" group-title="Общие",Первый Канал http://<site>/site2/119_3634_c60076a846e2fff4_1570984895_7077888.m3u8 #EXTINF:0 tvg-name="Первый HD" tvg-logo="http://<site>/icon_cache/perviy_1_kanal.png" group-title="Общие",Первый Канал HD http://<site>/site2/250_3634_eea61b8267fe6679_1570984895_7077888.m3u8 #EXTINF:0 tvg-name="Первый канал. (Европа)" tvg-logo="http://<site>/icon_cache/perviy_1_kanal.png" group-title="Общие",Первый Канал Европа http://<site>/site2/425_3634_0330814b956498e5_1570984895_7077888.m3u8 #EXTINF:0 tvg-name="Первый Канал +2" tvg-logo="http://<site>/icon_cache/perviy_1_kanal.png" group-title="Общие",Первый Канал +2 http://<site>/site2/372_3634_401e35dd84b5a6e5_1570984895_7077888.m3u8... and each channel link contains generally something like: #EXTM3U #EXT-X-VERSION:3 #EXT-X-ALLOW-CACHE:YES #EXT-X-TARGETDURATION:7 #EXT-X-MEDIA-SEQUENCE:50923 #EXTINF:7.000000, 119-50923.ts #EXTINF:7.000000, 119-50924.ts #EXTINF:7.000000, 119-50925.ts #EXTINF:7.000000, 119-50926.ts When I try to play one of the channels the client will display the timer/revolving orb indicating it's working, after 1-2 minutes display the playback window (with stop, rewind etc. at bottom) but never actually start playback. The embyserver log file is attached where the following error occurs: 2019-10-14 11:24:53.624 Error MediaEncoder: ProcessRun 'ffprobe' Error Output: ffprobe version 4.0.3-emby_2019_04_09 Copyright (c) 2007-2018 the FFmpeg developers and softworkz for Emby LLC built with gcc 8.3.0 (crosstool-NG 1.24.0) 2019-10-14 11:24:53.627 Error MediaSourceManager: Error probing live tv stream *** Error Report *** Version: 4.2.1.0 Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb Operating system: Unix 4.15.0.65 64-Bit OS: True 64-Bit Process: True User Interactive: True Runtime: file:///opt/emby-server/system/System.Private.CoreLib.dll Processor count: 4 Program data path: /var/lib/emby Application directory: /opt/emby-server/system System.Exception: System.Exception: Error running ffprobe for "http://127.0.0.1:8096/LiveTv/LiveStreamFiles/34a77d4fd1e2497fafc08540f80fa064/stream.ts" - at Emby.Server.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Boolean forceEnableLogging, CancellationToken cancellationToken) at Emby.Server.Implementations.Library.MediaSourceManager.AddMediaInfoWithProbe(MediaSourceInfo mediaSource, Boolean isAudio, ReadOnlyMemory`1 cacheKey, Boolean addProbeDelay, Boolean isLiveStream, CancellationToken cancellationToken) at Emby.Server.Implementations.Library.MediaSourceManager.OpenLiveStreamInternal(LiveStreamRequest request, CancellationToken cancellationToken) Source: Emby.Server.MediaEncoding TargetSite: Void MoveNext() Please advice. Thanks Gudik