[vlc-devel] Prolem with libdvbpsi7
Grant Taylor
zl1wtt at yahoo.com
Tue Oct 16 02:52:59 CEST 2012
Hi Jean-Paul,
Here is one of my VLM files that I'm having problems with. As you can see I'm trying to feed two IP streams into one. But for some reason the PID's are not remapping to what I have specified.
new channel1 broadcast enabled
setup channel1 input "udp://@:1231 :udp-caching=500"
setup channel1 output #std{access=udp,mux=ts,dst=192.168.0.100:1234,name="TS 1",}
setup channel1 option sout-ts-program-pmt=102
setup channel1 option sout-ts-pid-audio=101
setup channel1 option sout-ts-pid-video=100
setup channel1 option sout-ts-sdtdesc="TS 1"
setup channel1 option sout-ts-netid=40
control channel1 play
new channel2 broadcast enabled
setup channel2 input "udp://@:1232 :udp-caching=500"
setup channel2 output #std{access=udp,mux=ts,dst=192.168.0.100:1234,name="TS 2",}
setup channel2 option sout-ts-program-pmt=202
setup channel2 option sout-ts-pid-audio=201
setup channel2 option sout-ts-pid-video=200
setup channel2 option sout-ts-sdtdesc="TS 2"
setup channel2 option sout-ts-netid=40
control channel2 play
Regards
Grant
________________________________
From: Grant Taylor <zl1wtt at yahoo.com>
To: "vlc-devel at videolan.org" <vlc-devel at videolan.org>
Sent: Saturday, 13 October 2012 4:46 PM
Subject: Re: Prolem with libdvbpsi7
Hi all,
Has there been any progress with remapping of PIDs with using VLM files? I now on VLC 2.0.3 Twoflower using libdvbpsi7 still getting lots of random pixel blocks with all multiplex video streams on the same PIDs. So I have gone back to using libdvbpsi6 to generate multiplex video. Or has there been a change on how multiplex streams are generated through VLC and libdvbpsi7 from the older libdvbpsi6?
Regards
Grant
________________________________
From: Grant Taylor <zl1wtt at yahoo.com>
To: "vlc-devel at videolan.org" <vlc-devel at videolan.org>
Sent: Thursday, 14 June 2012 1:56 PM
Subject: Prolem with libdvbpsi7
Hi all,
I have been working with this plug in for about five years now, putting together DVB streams.
Using vlm broadcast multiplex files I have been sending them to IP locations
within my local network. My configuration files work ok with libdvbpsi6, but with libdvbpsi7 I am unable to set the stream PIDs. Therefore I am
getting one set of PIDs for all streams and now unable to demultiplex them out.
Key parts of my vlm file:
setup channel1 option sout-ts-program-pmt=102
setup channel1 option sout-ts-pid-audio=101
setup channel1 option sout-ts-pid-video=100
setup channel2 option sout-ts-program-pmt=202
setup channel2 option sout-ts-pid-audio=201
setup channel2 option sout-ts-pid-video=200
This
information looks like it's not be read from the configuration file and
the TS PIDs are not been set. What changers have been made to this
updated version that could lead to these problems?
I'm using VLC 2.0.1 and libdvbpsi7 within Ubuntu 12.04.
Regards
Grant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20121015/25987cc3/attachment.html>
More information about the vlc-devel
mailing list