[vlc-devel] [PATCH 1/1] udp: support packets dump in aceess module

Tzu-Jung Lee roylee17 at gmail.com
Sun Jul 28 10:09:26 CEST 2013


Hi Fenrir,

Sorry for the late response.

On Fri, Jul 12, 2013 at 3:31 AM,  <fenrir at elivagar.org> wrote:
> On Thu, Jul 11, 2013 at 07:10:02PM +0800, Tzu-Jung Lee wrote:
>> Signed-off-by: Tzu-Jung Lee <tjlee at ambarella.com>
>> ---
>>  modules/access/udp.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++------
>>  1 file changed, 51 insertions(+), 6 deletions(-)
>
> I think you can simply do udp/dump://parameters --demuxdump-file filename
>

Indeed, it does dump exactly the same input as we dump in the UDP access.

A little difference is that the input ends in the demuxdump, while the
UDP-dump 'tee' the input
to a dump file, and keep the data flow to the next pipe line.

One of our use case is when our QA use VLC to test some setup, for example,

    file -> VLC streamer(PC)->  TS/UDP -> VLC(our device) -> TS/UDP ->
VLC(PC) playback

If they see some artifices on the VLC playback, they can do the first
triage based on the UDP-dump.
If they are identical, the issue will be forward to the video group,
otherwise networking/platform group
has to look into the packet drop issue first.

Thanks.

Roy



More information about the vlc-devel mailing list