Search found 5 matches

Go to advanced search

by mrep
30 Nov 2006 00:30
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14235

Hi i have my developed my own RTSP Server and to packetize i have followed RFC 3984(single NALU mode and FU-A). When i acess my server using the url rtsp://<ip>:<port>/stream. I get rtsp OPTIONS msg at the server side. I send a response for this command but the server just hangs waiting for another ...
by mrep
24 Nov 2006 20:52
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14235

Thanks for the reply. I followed the RFC 3984 to generate RTP packets. My RTP Packets look like this. RTPHeader ----------- F|NRI| Type NAL Unit ------------- When i parse the video, i delimit NAL units based on the 0x000001. Should i include the startcode prefix too in the RTP packets. AT the recei...
by mrep
24 Nov 2006 00:52
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14235

Iam not using any RTSP/RTP library. I have written a RTSP/RTP server that would stream the video on client's request. For streaming, i look for the x000001 delimiter to get the NAL units and packetize these frames and send it over the RTP. Iam just trying to use VLC media player as a client that wou...
by mrep
23 Nov 2006 07:27
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14235

can anyone post a sample code for streaming the RTP packets to a VLC client?
badly stuck over here, greatly appreciate if anyone could help me out
Thanks a bunch....
by mrep
23 Nov 2006 07:03
Forum: General VLC media player Troubleshooting
Topic: H264 RTP Streaming + Packetization
Replies: 22
Views: 14235

Hi guys

iam a newbie to VLC, i just stumbled on this discussion thought of asking some doubts. iam trying to stream H264 video to a VLC player from RTSP/RTP server. I have a RTSP/RTP server,RTSP client and VLC player. When the client sends the requests for a video file. The server divides the file into diff...

Go to advanced search