I have a pipeline with ffmux (ffmux_mpeg or ffmux_asf) which I need to
stop and restart (PLAYING->PAUSED->READY->NULL; NULL->READY->PAUSED->PLAYING) repeatedly. It does not work because the streams are not reset, and after restart mux sees buffers with timestamp earlier than what it expects, outputs "error, non monotone timestamps" and returns an error. The same pipeline works with avimux. Any help appreciated. -Pavel. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Fri, Oct 3, 2008 at 1:35 AM, Pavel Zeldin <[hidden email]> wrote:
> I have a pipeline with ffmux (ffmux_mpeg or ffmux_asf) which I need to > stop and restart (PLAYING->PAUSED->READY->NULL; > NULL->READY->PAUSED->PLAYING) repeatedly. It does not work because the > streams are not reset, and after restart mux sees buffers with timestamp > earlier than what it expects, outputs "error, non monotone timestamps" > and returns an error. > The same pipeline works with avimux. FFmpeg muxers aren't properly supported, why are you trying them? -- Felipe Contreras ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Ignorance.
What muxer should I use for ASF and mpeg? And what's the deal with ffmux? -Pavel. On Sun, Oct 5, 2008 at 5:49 AM, Felipe Contreras <[hidden email]> wrote: > On Fri, Oct 3, 2008 at 1:35 AM, Pavel Zeldin <[hidden email]> wrote: >> I have a pipeline with ffmux (ffmux_mpeg or ffmux_asf) which I need to >> stop and restart (PLAYING->PAUSED->READY->NULL; >> NULL->READY->PAUSED->PLAYING) repeatedly. It does not work because the >> streams are not reset, and after restart mux sees buffers with timestamp >> earlier than what it expects, outputs "error, non monotone timestamps" >> and returns an error. >> The same pipeline works with avimux. > > FFmpeg muxers aren't properly supported, why are you trying them? > > -- > Felipe Contreras > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
hi,
asf plugin code (in gst-plugins-ugly) has a muxer that could be ported to 0.10. Reusing ffmpeg components seems to be a bit tricky. Stefan Pavel Zeldin schrieb: > Ignorance. > What muxer should I use for ASF and mpeg? > And what's the deal with ffmux? > -Pavel. > > On Sun, Oct 5, 2008 at 5:49 AM, Felipe Contreras > <[hidden email]> wrote: > >> On Fri, Oct 3, 2008 at 1:35 AM, Pavel Zeldin <[hidden email]> wrote: >> >>> I have a pipeline with ffmux (ffmux_mpeg or ffmux_asf) which I need to >>> stop and restart (PLAYING->PAUSED->READY->NULL; >>> NULL->READY->PAUSED->PLAYING) repeatedly. It does not work because the >>> streams are not reset, and after restart mux sees buffers with timestamp >>> earlier than what it expects, outputs "error, non monotone timestamps" >>> and returns an error. >>> The same pipeline works with avimux. >>> >> FFmpeg muxers aren't properly supported, why are you trying them? >> >> -- >> Felipe Contreras >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> >> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
hi, This message (including any attachment) is confidential and may be legally privileged. Access to this message by anyone other than the intended recipient(s) listed above is unauthorized. If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful. Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Mon, Oct 6, 2008 at 10:34 AM, Irfan Shaikh
<[hidden email]> wrote: > > hi, > Can you just explain in brief, watz the problem you are facing with > ffmux_asf.If you explain with the pipeline i would be more clear. For the pipeline like this: videotestsrc ! ffmpegcolorspace ! timeoverlay ! ffenc_msmpeg4 ! ffmux_asf ! ffdemux_asf ! ffdec_msmpeg4 ! ffmpegcolorspace ! ximagesink When the pipeline goes NULL->PLAYING .. PLAYING->NULL .. NULL->PLAYING I expect to see the timestamps reset to zero on second NULL->PLAYING transition. It does not happen. If the pipeline does not have 'fmux_asf ! ffdemux_asf' it works as expected. I tried avimux as well, but there are bugs in gstavidemux.c that prevent it from working :-( What I really need to do is to create a recording application that quikly rotates the file (close, open new). I am using filesink and when size or time limit is exceeded set pipeline to READY, change "location", set to "PLAYING" again. Works with avimux, but not with ffmux. I attached a test program to the bug. The program runs a pipeline and does PLAYING->NULL->PLAYING on HUP signal. > > There are 2 muxer plugins for asf. > 1)ffmpeg's ASF muxer (ffmux_asf) > 2)There is gstasfmux.c file in gst-plugins-ugly and gst-plugins > > In the second approach you need to port the .c file to the current > gstreamer. > > Porting of these .c file to gstreamer would be appreciated, > > Regards, > Irfan > > > > > > -----Original Message----- > From: Stefan Kost [mailto:[hidden email]] > Sent: Mon 10/6/2008 7:45 PM > To: Discussion of the development of GStreamer > Subject: Re: [gst-devel] gst-ffmpeg-0.10.5: ffmux_* can not be restarted > > hi, > > asf plugin code (in gst-plugins-ugly) has a muxer that could be ported > to 0.10. Reusing ffmpeg components seems to be a bit tricky. > > Stefan > > Pavel Zeldin schrieb: >> Ignorance. >> What muxer should I use for ASF and mpeg? >> And what's the deal with ffmux? >> -Pavel. >> >> On Sun, Oct 5, 2008 at 5:49 AM, Felipe Contreras >> <[hidden email]> wrote: >> >>> On Fri, Oct 3, 2008 at 1:35 AM, Pavel Zeldin <[hidden email]> wrote: >>> >>>> I have a pipeline with ffmux (ffmux_mpeg or ffmux_asf) which I need to >>>> stop and restart (PLAYING->PAUSED->READY->NULL; >>>> NULL->READY->PAUSED->PLAYING) repeatedly. It does not work because the >>>> streams are not reset, and after restart mux sees buffers with timestamp >>>> earlier than what it expects, outputs "error, non monotone timestamps" >>>> and returns an error. >>>> The same pipeline works with avimux. >>>> >>> FFmpeg muxers aren't properly supported, why are you trying them? >>> >>> -- >>> Felipe Contreras >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge >>> Build the coolest Linux based applications with Moblin SDK & win great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the >>> world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> gstreamer-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >>> >>> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > This message (including any attachment) is confidential and may be legally > privileged. Access to this message by anyone other than the intended > recipient(s) listed above is unauthorized. If you are not the intended > recipient you are hereby notified that any disclosure, copying, or > distribution of the message, or any action taken or omission of action by > you in reliance upon it, is prohibited and may be unlawful. Please > immediately notify the sender by reply e-mail and permanently delete all > copies of the message if you have received this message in error. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi try using asfdemux instead instead ffdemux_asf, This message (including any attachment) is confidential and may be legally privileged. Access to this message by anyone other than the intended recipient(s) listed above is unauthorized. If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful. Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Pavel Zeldin
Hi All, This message (including any attachment) is confidential and may be legally privileged. Access to this message by anyone other than the intended recipient(s) listed above is unauthorized. If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful. Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
Your pipeline is incorrect. "mux.ffenc_mpeg4" ??. ffenc_mpeg4 and mux are two different elements. Are you trying to specify the pads there or probably something else? Besides, both the codecs are not acceptable by ffmux_asf. Try This: gst-launch videotestsrc ! ffenc_msmpeg4 ! queue ! mux. audiotestsrc ! lame ! queue ! mux. ffmux_asf name=mux ! filesink location=file.asf -v On Tue, Oct 7, 2008 at 11:42 AM, Irfan Shaikh <[hidden email]> wrote: > > Hi All, > > > gst-launch-0.10 videotestsrc ! mux.ffenc_mpeg4 ffmux_asf name=mux ! queue ! > filesink location=/root/Desktop ! queue ! audiotestsrc ! mux.ffenc_mp2 > > > Please help me out in sorting above pipeline.I need to mux the both audio > and video in ASF container. > I tried muxing both of them individually and succeded. > > Regards, > Irfan > > This message (including any attachment) is confidential and may be legally > privileged. Access to this message by anyone other than the intended > recipient(s) listed above is unauthorized. If you are not the intended > recipient you are hereby notified that any disclosure, copying, or > distribution of the message, or any action taken or omission of action by > you in reliance upon it, is prohibited and may be unlawful. Please > immediately notify the sender by reply e-mail and permanently delete all > copies of the message if you have received this message in error. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thanks a lot ved !!!! This message (including any attachment) is confidential and may be legally privileged. Access to this message by anyone other than the intended recipient(s) listed above is unauthorized. If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful. Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
The name of the encoders itself says that, right? do gst-inspect on
them and see. On Tue, Oct 7, 2008 at 12:30 PM, Irfan Shaikh <[hidden email]> wrote: > > Thanks a lot ved !!!! > > :-) > > Itz wrking..... > > I have modified the ffmux_asf. Itz now supporting both the codecs.... > > And one more thing i wanted to ask When i use alawenc and mulawenc do i get > get encoded G711 as output elementry stream ??? > > > > Regards, > Irfan > > > > -----Original Message----- > From: ved kpl [mailto:[hidden email]] > Sent: Tue 10/7/2008 12:21 PM > To: Discussion of the development of GStreamer > Subject: Re: [gst-devel] whatz wrong in the following pipeline? > > Hi, > > Your pipeline is incorrect. "mux.ffenc_mpeg4" ??. ffenc_mpeg4 and mux > are two different elements. Are you trying to specify the pads there > or probably something else? > Besides, both the codecs are not acceptable by ffmux_asf. > > Try This: > > gst-launch videotestsrc ! ffenc_msmpeg4 ! queue ! mux. audiotestsrc ! > lame ! queue ! mux. ffmux_asf name=mux ! filesink location=file.asf -v > > On Tue, Oct 7, 2008 at 11:42 AM, Irfan Shaikh > <[hidden email]> wrote: >> >> Hi All, >> >> >> gst-launch-0.10 videotestsrc ! mux.ffenc_mpeg4 ffmux_asf name=mux ! queue >> ! >> filesink location=/root/Desktop ! queue ! audiotestsrc ! mux.ffenc_mp2 >> >> >> Please help me out in sorting above pipeline.I need to mux the both audio >> and video in ASF container. >> I tried muxing both of them individually and succeded. >> >> Regards, >> Irfan >> >> This message (including any attachment) is confidential and may be legally >> privileged. Access to this message by anyone other than the intended >> recipient(s) listed above is unauthorized. If you are not the intended >> recipient you are hereby notified that any disclosure, copying, or >> distribution of the message, or any action taken or omission of action by >> you in reliance upon it, is prohibited and may be unlawful. Please >> immediately notify the sender by reply e-mail and permanently delete all >> copies of the message if you have received this message in error. >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> >> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > This message (including any attachment) is confidential and may be legally > privileged. Access to this message by anyone other than the intended > recipient(s) listed above is unauthorized. If you are not the intended > recipient you are hereby notified that any disclosure, copying, or > distribution of the message, or any action taken or omission of action by > you in reliance upon it, is prohibited and may be unlawful. Please > immediately notify the sender by reply e-mail and permanently delete all > copies of the message if you have received this message in error. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
The only useful description I get using gst-inspect is as follows. This message (including any attachment) is confidential and may be legally privileged. Access to this message by anyone other than the intended recipient(s) listed above is unauthorized. If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful. Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by ved kpl
Hi, This message (including any attachment) is confidential and may be legally privileged. Access to this message by anyone other than the intended recipient(s) listed above is unauthorized. If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful. Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Pavel Zeldin
Hi All, This message (including any attachment) is confidential and may be legally privileged. Access to this message by anyone other than the intended recipient(s) listed above is unauthorized. If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful. Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Irfan, The Flumotion streaming server does exactly that : http://www.flumotion.net To support WMV/WMA encoding plus ASF muxing and streaming Flumotion needs commercial components provided by Fluendo. You can buy the streaming server with those components on : http://www.flumotion.com If you want to do your own streaming solution based on ASF muxing provided in the bad plugins you will need to fix the muxer, and keep in mind that this technology might not be distributed legally as it would require patent licenses from Microsoft and on top of that it's LGPL which is incompatible with the mentioned patents licenses. So you might need to write your own proprietary set of components to encode WMV/WMA and mux ASF. Best regards, Julien Moutte, FLUENDO S.A. Irfan Shaikh wrote: > > Hi All, > > Have any body tried Streaming file in ASF container on Client > Windows media player? > > I am trying the same using udpsink element but not successful. > > Any kind of inputs regarding ASF streaming using gstreamer on Client > windows media player would be appreciated. > > Regards, > Irfan > > This message (including any attachment) is confidential and may be > legally privileged. Access to this message by anyone other than the > intended recipient(s) listed above is unauthorized. If you are not the > intended recipient you are hereby notified that any disclosure, copying, > or distribution of the message, or any action taken or omission of > action by you in reliance upon it, is prohibited and may be unlawful. > Please immediately notify the sender by reply e-mail and permanently > delete all copies of the message if you have received this message in error. > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |