Using FFMPEG live stream
I'm working on an application generating live stream, which hast to be rendered on a Smart TV.
As FFMPEG cannoct act as DLNA server, the solution as I see it is to setup a FFSERVER stream, and use a link to it as Source URL when configuring SERVIIO Live stream. In my case, the FFSERVER stream configuration is:
- Code:
<Stream rtmp1.webm>
Format rtp
Feed rtmp1.ffm
MulticastAddress 225.1.1.12
MulticastPort 5000
MulticastTTL 16
NoLoop
VideoCodec libvpx
VideoFrameRate 25
VideoBitRate 400
VideoSize 384x224
AVOptionVideo default
AVOptionVideo main
AVOptionVideo flags +global_header
AudioCodec vorbis
AudioBitRate 48
AudioChannels 1
AudioSampleRate 44100
AVOptionAudio flags +global_header
</Stream>
And the path set as SERVIIO Source URL is:
Unfortunatelly, pressing <Check stream URL> causes the red cross to appear --- error. The FFSERVER reacts, it dums the next line to its console:
This means at least, that both systems communicate - but obviously something is wrong: the SERVIIO source URL or the FFMPEG configuration.
Has someone already succeeded to use FFMPEG stream as source for SEVIIO?
Regards,
Plamen
