[JBoss JIRA] Commented: (NETTY-153) RTP/RTCP/RTSP Support
Anton Sherstiuk (JIRA)
jira-events at lists.jboss.org
Mon May 31 07:45:08 EDT 2010
[ https://jira.jboss.org/browse/NETTY-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12533215#action_12533215 ]
Anton Sherstiuk commented on NETTY-153:
---------------------------------------
Hi all,
I'd like to request a further feature from RTSP protocol that would be nice to have in Netty.
[RFC 2326|https://datatracker.ietf.org/doc/rfc2326/] for RTSP in its section 10.12 describes a method of interleaving binary data in RTSP stream. Those data may be sent from server to client or vise versa. The format is very simple:
> Stream data such as RTP packets is encapsulated by an ASCII dollar
> sign (24 hexadecimal), followed by a one-byte channel identifier,
> followed by the length of the encapsulated binary data as a binary,
> two-byte integer in network byte order. The stream data follows
> immediately afterwards, without a CRLF, but including the upper-layer
> protocol headers. Each $ block contains exactly one upper-layer
> protocol data unit, e.g., one RTP packet.
Although the existing RTSP codec is easy to extend to support interleaved data, it would be great to have such an extension provided natively. Is it realistic to have the extended codec in 3.2.0?
Thanks.
> RTP/RTCP/RTSP Support
> ---------------------
>
> Key: NETTY-153
> URL: https://jira.jboss.org/browse/NETTY-153
> Project: Netty
> Issue Type: Feature Request
> Reporter: David Hoyt
> Assignee: Trustin Lee
>
> Is it possible to layer RTP/RTCP/RTSP support on top of netty? The asynchronous nature and NIO-compliant nature of Netty would really provide a solid foundation. Both a client and server would be very useful. Is it possible to implement this in Netty?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the netty-dev
mailing list