Search found 9 matches

Go to advanced search

by AvcRtp
17 Nov 2006 20:30
Forum: General VLC media player Troubleshooting
Topic: Streaming out live H264 problem
Replies: 2
Views: 1276

Actually I managed to make H264 over RTP working. Used ethereal to catch the traffic and also put some debuging message on the code rtp_packetize_h264 ( which claimed as the support of rfc3894. ). The trick is that you have to use vlc as a VOD server (open telnet interface and rtsp server, which you...
by AvcRtp
17 Nov 2006 00:59
Forum: General VLC media player Troubleshooting
Topic: Streaming out live H264 problem
Replies: 2
Views: 1276

Streaming out live H264 problem

I tried to use VLC 0.8.6 test-2 as a VOD to stream out live H264 streams using the telnet command line using input udp:@:1234. I have a H264 stream targeted to that port. VLC will only find two es streams if running under gdb, but will only find one es stream when running along (which causes only au...
by AvcRtp
15 Nov 2006 20:54
Forum: General VLC media player Troubleshooting
Topic: How to use VLC 0.8.6-test1 to stream H264 over RTP (rfc3984)
Replies: 6
Views: 1737

Well I have to make vlc as a VOD server and use rtsp from vlc client to get the H264 over RTP working. Is there a way that can can catch live H264 streams and stream it out using H264/RTP ?
by AvcRtp
15 Nov 2006 03:31
Forum: General VLC media player Troubleshooting
Topic: How to use VLC 0.8.6-test1 to stream H264 over RTP (rfc3984)
Replies: 6
Views: 1737

Looks like no one can give me some suggestions on what to do.. anyway, I keep posting my progress and hope it will help some new commers... After I specified the port_video and port_audio, the connection refused message is less. Here are my problems. 1. When I use VLC to listen to the input stream u...
by AvcRtp
14 Nov 2006 21:18
Forum: General VLC media player Troubleshooting
Topic: How to use VLC 0.8.6-test1 to stream H264 over RTP (rfc3984)
Replies: 6
Views: 1737

Jerry

Which command you were using to let VLC receiving H264 over RTP?

Thanks

AVC
by AvcRtp
14 Nov 2006 17:30
Forum: General VLC media player Troubleshooting
Topic: How to use VLC 0.8.6-test1 to stream H264 over RTP (rfc3984)
Replies: 6
Views: 1737

Now I have the code from vlc/trunk. I used vlc -vv h265.mpg '#rtp{dst=10.0.0.1,port=1234,ttl=1000}' to create the streams. On the output messages, I saw lots of "access_output_udp private warning: send error: Connection refused" message. I then used ethereal trying to catch the traffic and...
by AvcRtp
13 Nov 2006 20:43
Forum: General VLC media player Troubleshooting
Topic: How to use VLC 0.8.6-test1 to stream H264 over RTP (rfc3984)
Replies: 6
Views: 1737

If I use vlc H264.mpg --sout '#rtp{dst=xx.xx.xx.xx port=1234 mux=ts}' the function rtp_packetize_h264 can get invoked but looks like the stream only sends out to port 1232 which don't have a valid ip address. If I use vlc h264.mpg --sout '#rtp{dst=xx.xx.xx.xx,port=1234}' then function rtp_packetize_...
by AvcRtp
10 Nov 2006 14:31
Forum: General VLC media player Troubleshooting
Topic: How to use VLC 0.8.6-test1 to stream H264 over RTP (rfc3984)
Replies: 6
Views: 1737

How to use VLC 0.8.6-test1 to stream H264 over RTP (rfc3984)

Hi, I am interested in streaming H264 contents over RTP using VLC through the GUI. But looks like the module is not enabled ( stream_out_rtp ) by default. Is there a way to enable it? I downloaded the source code and compiled it on my redhad linux machine. The VLC I am running is build locally. I am...
by AvcRtp
09 Nov 2006 22:00
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14224

Hi, DJ and Jerry

I am new to videolan but managed to put 0.8.6 version on my redhat linux WS rel 4 box. I try to play a H264 TS file and it works. I saw the topic about H264 RTP packitize but could not find a way to active it from VLC gui. could you please help on this issue?

Thanks

Go to advanced search