matthiasbock / gstreamer-phone

gstreamer based SIP console videophone, designed especially for the Raspberry Pi
54 stars 9 forks source link

RTP support #9

Open matthiasbock opened 11 years ago

matthiasbock commented 11 years ago

Right now, the video is transferred through an SSH tunnel, directly from the stdout of gstreamer-0.10+uvch264 to the stdin of gstreamer-1.0+omxh264dec. This solution was chosen, since RTP video transmission failed due to timestamping problems. However, as RTP and SRTP or RTP/SSH are the common standard among videophones, RTP support should be fixed in a future version, allowing for interoperability with other videophones.