gstreamer framentation before UDPsink

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

gstreamer framentation before UDPsink

hsteven
Hello, I want to do the large packet fragementation (less than MTU) before UDPsink. How can I achieve this?

Thanks,
Zixia


------------------------------------------------------------------------------
This SF.net email is sponsored by

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer framentation before UDPsink

michael smith-6-3
Write a plugin to do what you want.

Typically, when sending things over UDP, people use RTP - and
GStreamer's RTP payloaders will handle fragmenting as required. If
you're using a different protocol you need to write your own.

Mike


On Tue, Aug 17, 2010 at 1:50 PM, Zixia Huang <[hidden email]> wrote:

> Hello, I want to do the large packet fragementation (less than MTU) before
> UDPsink. How can I achieve this?
>
> Thanks,
> Zixia
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>

------------------------------------------------------------------------------
This SF.net email is sponsored by

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel