-2

Can you please help me with any ideas on generating the RTP streams with the ipv6 ?

I have tried with vlan , no success/

even i donot mind, getting raw dump of this stream, i just need to test ...

thankyou, Any help will be very much appreciated.

pdk
  • 535
  • 3
  • 5
  • 16
  • Maybe serverfault or superuser better forum to ask? VLAN appears to be irrelevant to the issue. – Steve-o Sep 03 '10 at 14:53

1 Answers1

0

Your post doesn't make much sense, but I'll try to give you a helpful pointer regardless.

The VLC Media Player fully supports IPv6 RTP, and an example of doing an IPv6 multicast stream is as follows:

$ vlc some_file.mp3 --sout '#rtp{mux=ts,dst=ff02::1%eth0,port=1234}'

Hope that helps. :-)

Jeremy Visser
  • 6,237
  • 1
  • 25
  • 30