Re: [FFmpeg-user] HLS-Stream via ffmpeg/Mediaserver to TV

2016-04-12 Thread Thomas Schmiedl
someone give me the command to receive the stream and send it to an http-port (like livestreamer), that mediatomb can transport it to the TV. I can't give more information. Thomas Am 12.04.2016 um 16:27 schrieb Moritz Barsnick: On Sun, Apr 10, 2016 at 17:08:42 +0200, Thomas Schmiedl wrote: I

[FFmpeg-user] HLS-Stream via ffmpeg/Mediaserver to TV

2016-04-10 Thread Thomas Schmiedl
Hello, I try to receive this HLS-stream: http://62.113.210.250/medienasa-live/_definst_/mp4:tvhalle_high/playlist.m3u8 on my router (Fritzbox 7312; MIPS-based) via a mediaserver (e.g. Mediatomb) and transfer the stream to my DLNA-TV (Panasonic). The TV doesn't play the .m3u8 directly ("file

Re: [FFmpeg-user] HLS-Stream via ffmpeg/Mediaserver to TV

2016-04-14 Thread Thomas Schmiedl
audio output and that ffmpeg does not exit. DLNA-server is mediatomb. Thomas Am 12.04.2016 um 16:27 schrieb Moritz Barsnick: On Sun, Apr 10, 2016 at 17:08:42 +0200, Thomas Schmiedl wrote: I try to receive this HLS-stream: http://62.113.210.250/medienasa-live/_definst_/mp4:tvhalle_high/playlist.m3u8

[FFmpeg-user] ffmpeg cross-compile

2018-05-14 Thread Thomas Schmiedl
Hello, I try to cross-compile ffmpeg for my router using this toolchain https://github.com/Freetz/freetz. It is an alternative firmware for AVM routers (https://web.archive.org/web/20171105112501/http://freetz.org:80/wiki/help/howtos/common/newbie.en). I need support for 'https' and 'dash'

[FFmpeg-user] ffmpeg dash demuxer support

2018-05-12 Thread Thomas Schmiedl
Hello, I try to display a DASH-stream (this one: https://live.idnes.cz/slow/slowtv6_720p/manifest.mpd) via the xupnpd2-mediaserver (installed on the router) to my TV. xupnpd2 only supports HLS-streams. My idea is to receive the DASH-stream in ffmpeg and 'save' it as HLS-stream in the

Re: [FFmpeg-user] ffmpeg dash demuxer support

2018-05-12 Thread Thomas Schmiedl
Am 12.05.2018 um 21:06 schrieb Moritz Barsnick: On Sat, May 12, 2018 at 19:26:25 +0200, Thomas Schmiedl wrote: I tested with the ffmpeg git-version. When I use './configure --list-demuxers', there is 'dash' listed. A simple './configure' does not list 'dash' in the 'configure summary report

[FFmpeg-user] Non-monotonous DTS in output stream 0:0

2018-05-20 Thread Thomas Schmiedl
Hello, I try to re-stream from DASH to HLS (read the HLS-stream by xupnpd2-Mediaserver and transfer to TV). ffmpeg version: N-91067-g1c2e5fc454 ffmpeg command: ffmpeg -i https://live.idnes.cz/slow/slowtv6_720p/manifest.mpd -c copy -f hls -hls_flags delete_segments -hls_segment_filename

[FFmpeg-user] bitmap-subtitle in stream

2018-06-16 Thread Thomas Schmiedl
Hello, I use ffmpeg on a router to restream a DASH-stream (https://live.idnes.cz/slow/slowtv7_720p/manifest.mpd) to a local htdocs-folder as HLS on the router. The media-server xupnpd2 reads the HLS and transfers it to the TV. On the DASH-stream website

Re: [FFmpeg-user] bitmap-subtitle in stream

2018-06-26 Thread Thomas Schmiedl
Am 21.06.2018 um 12:09 schrieb Carl Eugen Hoyos: 2018-06-21 11:44 GMT+02:00, Thomas Schmiedl : Am 16.06.2018 um 19:03 schrieb Carl Eugen Hoyos: 2018-06-16 18:56 GMT+02:00, Thomas Schmiedl : I use ffmpeg on a router to restream a DASH-stream (https://live.idnes.cz/slow/slowtv7_720p

Re: [FFmpeg-user] bitmap-subtitle in stream

2018-06-27 Thread Thomas Schmiedl
Am 26.06.2018 um 22:44 schrieb Carl Eugen Hoyos: 2018-06-26 19:57 GMT+02:00, Thomas Schmiedl : For a test, I exported a bitmap-subtitle in "Subtitle Edit" and run this ffmpeg (git-version) command: ffmpeg -i http://62.113.210.250/medienasa-live/_definst_/mp4:punktum_high/playli

[FFmpeg-user] stream hls from ffmpeg via media-server to TV

2018-01-11 Thread Thomas Schmiedl
Hello, I use the xupnpd2 media-server (http://xupnpd.org/xupnpd2_en.html) on my router to transport hls-streams from the internet to my Panasonic-TV. I try to stream some webcams from http://www.skylinewebcams.com/. xupnpd2 doesn't support https, so my idea is to receive the hls-stream in

Re: [FFmpeg-user] stream hls from ffmpeg via media-server to TV

2018-01-30 Thread Thomas Schmiedl
01.2018 um 12:56 schrieb Carl Eugen Hoyos: 2018-01-12 14:22 GMT+01:00 Thomas Schmiedl <thomas.schmi...@web.de>: The option "-f mpegts" doesn't work. At least provide your FFmpeg command line together with the complete, uncut console output. Does your tv accept usb drives? Did you

Re: [FFmpeg-user] stream hls from ffmpeg via media-server to TV

2018-02-10 Thread Thomas Schmiedl
Am 07.02.2018 um 19:15 schrieb Carl Eugen Hoyos: 2018-02-06 14:25 GMT+01:00 Thomas Schmiedl <thomas.schmi...@web.de>: ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers Please test current FFmpeg git head, nothing else is supported here. I tested now with ffmpeg ver

Re: [FFmpeg-user] stream hls from ffmpeg via media-server to TV

2018-02-06 Thread Thomas Schmiedl
TV is "file not readable" and in ffmpeg "Broken pipe". Maybe someone could help me. Thomas Am 19.01.2018 um 12:56 schrieb Carl Eugen Hoyos: 2018-01-12 14:22 GMT+01:00 Thomas Schmiedl <thomas.schmi...@web.de>: The option "-f mpegts" doesn't work. At least pr

Re: [FFmpeg-user] bitmap-subtitle in stream

2018-06-21 Thread Thomas Schmiedl
Am 16.06.2018 um 19:03 schrieb Carl Eugen Hoyos: 2018-06-16 18:56 GMT+02:00, Thomas Schmiedl : I use ffmpeg on a router to restream a DASH-stream (https://live.idnes.cz/slow/slowtv7_720p/manifest.mpd) to a local htdocs-folder as HLS on the router. The media-server xupnpd2 reads the HLS

Re: [FFmpeg-user] stream hls from ffmpeg via media-server to TV

2018-01-12 Thread Thomas Schmiedl
The option "-f mpegts" doesn't work. Could someone test this with xupnpd2 and a Panasonic-TV from 2012/2013? Maybe a DLNA issue? Best regards, Thomas Am 11.01.2018 um 15:55 schrieb Moritz Barsnick: On Thu, Jan 11, 2018 at 14:44:11 +0100, Thomas Schmiedl wrote: xupnpd2 doesn't sup

Re: [FFmpeg-user] stream hls from ffmpeg via media-server to TV

2018-01-22 Thread Thomas Schmiedl
01.2018 um 12:56 schrieb Carl Eugen Hoyos: 2018-01-12 14:22 GMT+01:00 Thomas Schmiedl <thomas.schmi...@web.de>: The option "-f mpegts" doesn't work. At least provide your FFmpeg command line together with the complete, uncut console output. Does your tv accept usb drives? Did you

Re: [FFmpeg-user] ffmpeg cross compile error

2019-07-24 Thread Thomas Schmiedl
Thanks Moritz, it works now. Am 24.07.2019 um 16:04 schrieb Moritz Barsnick: On Wed, Jul 24, 2019 at 15:28:04 +0200, Thomas Schmiedl wrote: Hello, I try to cross compile ffmpeg (git) using this toolchain https://freetz.github.io/ for a MIPS-based router. My goal is to extract a single image

[FFmpeg-user] RTSP to HLS

2020-11-13 Thread Thomas Schmiedl
Hello, I try to local restream https://herberts.meinekameras.de:10169 (rtsp-over-websocket) with this workflow: Go-script (proxy websocket to rtsp) -> ffmpeg (rtsp to hls) -> xupnpd2 mediaserver -> vlc or TV. It works good in vlc, but on the TV it plays too fast and there are pauses. I tested

Re: [FFmpeg-user] RTSP to HLS

2020-11-17 Thread Thomas Schmiedl
, Thomas Am 14.11.2020 um 01:35 schrieb Thomas Schmiedl: Hello, I try to local restream https://herberts.meinekameras.de:10169 (rtsp-over-websocket) with this workflow: Go-script (proxy websocket to rtsp) -> ffmpeg (rtsp to hls) -> xupnpd2 mediaserver -> vlc or TV. It works go

[FFmpeg-user] RTSP-over-Websocket

2020-10-21 Thread Thomas Schmiedl
Hello, I try to display this stream https://herberts.meinekameras.de:10169 (RTSP-over-Websocket) via xupnpd2-mediaserver on the TV-device. Is it possible in ffmpeg to receive RTSP-over-Websocket? Then I could produce a local HLS-stream for xupnpd2. Thanks and regards, Thomas