Search found 11 matches

Go to advanced search

by Jerrie85
24 Nov 2006 22:47
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14222

first of all, that mode that you showed me is single nal unit mode - you CANT do that for all NAL units, (espicially IDR and SLICE ones, they're too big!) you never include the start code prefix, and what your doing is right for single nal unit mode first figure out what your max packet size is goin...
by Jerrie85
24 Nov 2006 20:38
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14222

Please look at RFC 3984 and read it throughly - thats your bible
look specifically at single NAL unit packetization mode and FUA mode
single NAL unit mode is only if your NAL unit is < MTU packet size
otherwise, u'll have to fragment and then you have to use FUA
by Jerrie85
23 Nov 2006 22:13
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14222

what are you stuck on? are you using VLC or some other RTP/RTSP library
by Jerrie85
17 Nov 2006 16:25
Forum: General VLC media player Troubleshooting
Topic: Streaming out live H264 problem
Replies: 2
Views: 1276

hello AVC, i dont think anyone here is willing to help for some reason..someone should know the answer to ur question! either way, my hunch is VLC doesn't support RTP streaming of h264 out...so what i suggest to you is to write your own RTSP Server implementation for h264 - i did it in about a week ...
by Jerrie85
10 Nov 2006 17:35
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

Heyy Avc, i personally dont know how to activate that rtp packetizer function, but i can certainly say VLC can play back elementary stream H264 RTP streams..i'm doing so myself right now from my custom streamer..DJ should be able to help you out; in the mean time, try to look at the source code and ...
by Jerrie85
06 Nov 2006 18:13
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14222

Hello koo, I unfortunately cant release source code due to company policies, but i can guide you; my framework uses the live.com livemedia library as the basis for streaming over RTP my framer is very simple; based on the RFC spec, it finds discrete nal units (delimited by 0x000001), cuts it up usin...
by Jerrie85
03 Nov 2006 16:02
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14222

when it comes to showing multiple slices, are you ensuring the PTS of all the multiple slices are the same? If you find that 3 slices belong to the same frame, they have to get the same timing information otherwise, most programs screw it up i think also, make sure your not dropping your PPS/SPS whe...
by Jerrie85
31 Oct 2006 23:37
Forum: General VLC media player Troubleshooting
Topic: RTCP application specific msg: client side
Replies: 1
Views: 702

RTCP application specific msg: client side

Hello all,
I'm wondering if VLC currently supports sending RTCP control information back to the server using custom messages? I'm interested in telling the server (i have LIVE.com latest server streaming data) some information (like please change bit rate, etc)

Thanks
by Jerrie85
31 Oct 2006 23:36
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14222

hurray DJ! i've fixed almost all of my problems; timing wise, i've just allocated 1/30th for PTS, and it works like a charm; H264 decoding on VLC is just magic using RTSP streaming as for your questions, yup i'd be glad to help one of my next tasks is to get my streamer + h264 framer to work with qu...
by Jerrie85
26 Oct 2006 23:01
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14222

yup SEI messages have a struct called picture_timing info, check the JVT spec - its from this that i can extrapolate the PTS its ok, i fixed it; i was lucky enough that my video coming out had 1 slice per frame, so i knew every slice meant a new 1/30th of a second increment..works fine in VLC now th...
by Jerrie85
24 Oct 2006 17:44
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14222

H264 RTP Streaming + Packetization

Hello all, I've a few questions hehe for my first post :) I've been interested in streaming H264 over RTP, and was wondering if VLC can stream H264 over RTP? I have a source H264 file, and i was wondering what the command line syntax was to play this h264 file over RTP to a destination computer? I'v...

Go to advanced search