mezzy Posted August 12, 2018 Share Posted August 12, 2018 (edited) Hi Can i suggest to have a http playlist links for recordings like tv-playlist in DMS for next update and want to know if it will be possible to add TS-stream with mpeg-dash ( need french ip to play ) https://hdfauthftv-a.akamaihd.net/esi/TA?format=json&url=https://livefrancetv.akamaized.net/simulcast/France_2/dash/France_2.mpd&callback=_jsonp_loader_callback_request_0 or this link below http://hdfauthftv-a.akamaihd.net/esi/TA?format=json&url=http://live.francetv.fr/simulcast/France_2/hls_v1/index.m3u8 It will be much appreciated thanks in advance Edited August 12, 2018 by mezzy forgot links Quote Link to comment
Griga Posted August 12, 2018 Share Posted August 12, 2018 1 hour ago, mezzy said: Can i suggest to have a http playlist links for recordings like tv-playlist in DMS for next update Don't know what you mean. Please explain in more detail. 1 hour ago, mezzy said: and want to know if it will be possible to add TS-stream with mpeg-dash MPEG Dash is not supported yet. It is under development, but will take some time. 1 hour ago, mezzy said: or this link below HLS (.m3u8) works in DVBViewer and DMS within the "TS Stream" reception type framework. Read more about it here - third point from the top (Channel List) and the Streaming & Channel Handling sections. Quote Link to comment
mezzy Posted August 13, 2018 Author Share Posted August 13, 2018 (edited) first point : in DMS interface we have links section which give http channels list or rtsp or transcoded m3u8 file can i suggest to have the same for recordings? with the log created perhaps the list could have recording name in m3u list #EXTINF:0, "Channel name" - "program name" http:127.0.0.1:8089/stream/recording1.m3u8 #EXTINF:0, "channel name" - "program name" http://127.0.0.1:8089/stream/recording2.m3u ps: sorry for my poor english... thanks Edited August 13, 2018 by mezzy forgot links Quote Link to comment
Griga Posted August 13, 2018 Share Posted August 13, 2018 7 minutes ago, mezzy said: can i suggest to have the same for recordings? Web Interface -> Media page -> Recordings -> Click the "Create Playlist" icon ▼(appears on mouse over) on the left side of folder names to download the folder content as M3U. Quote Link to comment
mezzy Posted August 13, 2018 Author Share Posted August 13, 2018 i will try thanks griga Quote Link to comment
mezzy Posted September 9, 2018 Author Share Posted September 9, 2018 i want to know why we cannot have full recordings playlist transcoded ? it is only possible for each episodes separately thanks for reply Quote Link to comment
Hansrh Posted September 9, 2018 Share Posted September 9, 2018 (edited) On 8/13/2018 at 7:31 AM, Griga said: Web Interface -> Media page -> Recordings -> Click the "Create Playlist" icon ▼(appears on mouse over) on the left side of folder names to download the folder content as M3U. Hm - I don't seem to find the icon "Create Playlist" ? Edited September 9, 2018 by Hansrh Quote Link to comment
Griga Posted September 9, 2018 Share Posted September 9, 2018 4 hours ago, mezzy said: i want to know why we cannot have full recordings playlist transcoded ? Because transcoding is mostly needed for playback in browsers. They are not able to handle playlists. And there is a drawback: Since the Media Server transcodes on the fly while sending the stream, players usually regard the result as live stream, because they get no file size. That's why seeking / jumping is not possible. The only exception is HLS as target format because of segmentation. However, you can create such a playlist manually by using a text editor. Compare a playlist for untranscoded playback with the single entry for transcoded playback (example): Untranscoded: #EXTINF:2153,The One Showhttp://127.0.0.1:8090/upnp/recordings/00030.ts Transcoded: #EXTINF:2153,The One Showhttp://127.0.0.1:8089/flashstream/stream.webm?preset=WebM%20High%201800%20kbit&ffpreset=superfast&recid=30 In the M3U list for untranscoded playback first search and replace the blue part by the blue part for transcoded playback. Then search & replace the red part by an empty string (thus deleting it). The leading zeros don't matter. Quote Link to comment
Hansrh Posted September 9, 2018 Share Posted September 9, 2018 1 hour ago, Hansrh said: Hm - I don't seem to find the icon "Create Playlist" ? Correction - I found the icon ? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.