Re: Webcam live streaming on a DLNA TV?





I thought that Mpeg-TS belonged to DLNA standards.
What's wrong? What is the right way to do this (if any)?

That is more complex. It also depends on what is in the TS and if the device is strict, it will not show anything without a DLNA profile.
Rygel cannot detect those here so you have to specify them manually:

[GstLaunch]
enabled=true
title=Webcam
launch-items=webcam
webcam-title=webcam
webcam-mime=video/mpeg
webcam-launch=v4l2src device=/dev/video0 ! avenc_mpeg2video ! mpegtsmux
webcam-dlnaprofile=MPEG_TS_SD_EU_ISO
webcam-mime=video/mpeg

You might need to specify a different profile depending on the resolution/bitrate/fps - or might get away with the basic one.

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]