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 ffmpeg.

ffmpeg command:
ffmpeg -i https://hddn01.skylinewebcams.com/live.m3u8?a=<variable-string> -c copy -f mpeg -listen 1 http://<private-ip>:1234

<variable-string> is in the website, e.g. http://www.skylinewebcams.com/de/webcam/czech-republic/prague/prague/old-town-bridge-tower.html

and the xupnpd2-playlist:
#EXTINF:-1 handler=http type=mpeg, webcam-name
http://<private-ip>:1234

The stream is displayed on PC (vlc-player) without problems, but the TV doesn't display it.

On http://xupnpd.org/download.html is a public-beta for xupnpd2. Maybe someone could help me to find the correct ffmpeg command or xupnpd2-settings (the russian author doesn't reply my e-mail).

Best regards,
Thomas
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to