Hi all:
I develop on dm8168 using dvrrdk 4.01 version on our own board.
I have four questions about h264 stream rtp send and receive.
1. the first
I want to send my h264 stream through rtp stream,
and we just repacket the 264 NAL data to rtp data and send through udp socket,
when we use multi-broadcast ip address like 225.0.0.1 ,we can use vlc to receive and play
using sdp file with context:
- m=video 9200 RTP/AVP 96
- a=rtpmap:96 H264/90000
- c=IN IP4 225.0.0.1
but when we want to do sigle broadcast by changing c=IN IP4 192.168.1.100,
VLC can not display anymore, and i do sure we have send out the ip packet from wireshark tools,
Can anyone tell what is the problem ?
2. if we want to transmit h264 raw data through udp can vlc display by sdp protcol?
- m=video 9200 UDP
- c=IN IP4 225.0.0.1
3. we also want to repacket the h264 es stream from dm8168 to ts stream before send out,
we see that gstreamer is advised to use in ezsdk, so can we use it on dvrrdk kit ,as no omx plus
in dvrrdk kit ,how to use gstreamer then?
4. why ti support gstreamer instead ffmpeg ?
can anyone answer the questions for me ?
best regards
xavier