VLC: Streaming from gstreamer to VLC over IP6

*nix specific usage questions
randhawp
New Cone
New Cone
Posts: 2
Joined: 12 May 2020 17:12

VLC: Streaming from gstreamer to VLC over IP6

Postby randhawp » 12 May 2020 17:43

Streaming working fine over IP4
This is the SDP file:
v=0
o=IP4 192.168.2.62
i=vvvvv
c=IN IP4 192.168.2.62
s=ESP H264 STREAM
m=video 5000 RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 media=video; clock-rate=90000; encoding-name=H264; sprop-parameter-sets=Z00AIOVAKAMogA\=\=\,aO4xEg\=\=


The stream is generated from gstreamer on an embedded camera as:
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width
=1280, height=800,framerate='(fraction)'30/1 ! autovideoconvert ! omxh264videoe
nc !queue ! h264parse ! rtph264pay pt=96 ! udpsink host=192.168.2.158 port=50
00 sync=false

the above works correctly over IP4. However when replaced the ipv4 address with ip6, VLC reports the following error:

[00007fdadc000958] lua art finder debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/art
[00007fdadc000958] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/00_musicbrainz.luac
[00007fdadc000958] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/01_googleimage.luac
[00007fdadc000958] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/02_frenchtv.luac
[00007fdadc000958] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/03_lastfm.luac
[00007fdadc000958] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art
[00007fdadc000958] core art finder debug: no art finder modules matched
[000000000166b148] core libvlc debug: art not found for test1.sdp
[00007fdad8c01768] live555 demux error: no data received in 10s, aborting
[00007fdae00009b8] core input debug: EOF reached
[000000000167f4f8] core playlist debug: finished input
[00007fdad8c1e068] core decoder debug: removing module "avcodec"
[00007fdad8c1e068] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped
[00007fdad8c1e068] core decoder debug: killing decoder fourcc `h264', 0 PES in FIFO
[00007fdad8d9caf8] core packetizer debug: removing module "packetizer_h264"
[00007fdad8c01768] core demux debug: removing module "live555"
[00007fdad8c01518] core stream debug: removing module "record"
[00007fdad8000e38] core access debug: removing module "filesystem"
[00007fdae00009b8] core input debug: Program doesn't contain anymore ES
[000000000167f4f8] core playlist debug: dead input
[000000000167f4f8] core playlist debug: changing item without a request (current 0/1)
[000000000167f4f8] core playlist debug: nothing to play

tcpdump shows udp packets arriving on the client (VLC) computer.

With IP6 is there any other special consideration in the sdp file.
Any ideas ? Anyone ?

Rémi Denis-Courmont
Developer
Developer
Posts: 15312
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC: Streaming from gstreamer to VLC over IP6

Postby Rémi Denis-Courmont » 12 May 2020 18:08

Does your live555 version support IPv6 at all?
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 13 guests