gst-ffmpeg-0.10.5: ffmux_* can not be restarted

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

gst-ffmpeg-0.10.5: ffmux_* can not be restarted

Pavel Zeldin
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
Reply | Threaded
Open this post in threaded view
|

Re: gst-ffmpeg-0.10.5: ffmux_* can not be restarted

Felipe Contreras
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
Reply | Threaded
Open this post in threaded view
|

Re: gst-ffmpeg-0.10.5: ffmux_* can not be restarted

Pavel Zeldin
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
Reply | Threaded
Open this post in threaded view
|

Re: gst-ffmpeg-0.10.5: ffmux_* can not be restarted

Stefan Sauer
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
Reply | Threaded
Open this post in threaded view
|

Re: gst-ffmpeg-0.10.5: ffmux_* can not be restarted

Irfan Shaikh-2
RE: [gst-devel] gst-ffmpeg-0.10.5: ffmux_* can not be restarted

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.

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 [[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
Reply | Threaded
Open this post in threaded view
|

Re: gst-ffmpeg-0.10.5: ffmux_* can not be restarted

Pavel Zeldin
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
Reply | Threaded
Open this post in threaded view
|

Re: gst-ffmpeg-0.10.5: ffmux_* can not be restarted

Irfan Shaikh-2
RE: [gst-devel] gst-ffmpeg-0.10.5: ffmux_* can not be restarted

Hi try using asfdemux instead instead ffdemux_asf,
It should work..

Inform me if it works

Regards,
Irfan


-----Original Message-----
From: Pavel Zeldin [[hidden email]]
Sent: Tue 10/7/2008 4:57 AM
To: Discussion of the development of GStreamer
Subject: Re: [gst-devel] gst-ffmpeg-0.10.5: ffmux_* can not be restarted

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 [[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

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
Reply | Threaded
Open this post in threaded view
|

whatz wrong in the following pipeline?

Irfan Shaikh-2
In reply to this post by Pavel Zeldin
whatz wrong in the following pipeline?

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
Reply | Threaded
Open this post in threaded view
|

Re: whatz wrong in the following pipeline?

ved kpl
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
Reply | Threaded
Open this post in threaded view
|

Re: whatz wrong in the following pipeline?

Irfan Shaikh-2
RE: [gst-devel] whatz wrong in the following pipeline?

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 [[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
Reply | Threaded
Open this post in threaded view
|

Re: whatz wrong in the following pipeline?

ved kpl
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
Reply | Threaded
Open this post in threaded view
|

Re: whatz wrong in the following pipeline?

Irfan Shaikh-2
RE: [gst-devel] whatz wrong in the following pipeline?

The only useful description I get using gst-inspect is as follows.

alawenc :
        Long name:    A Law audio encoder
        Description:  Convert 16bit PCM to 8bit A law
        Description:  ALaw audio conversion routines

mulawenc :
        Long name:    Mu Law audio encoder
        Description:  Convert 16bit PCM to 8bit mu law
        Description:  MuLaw audio conversion routines


      How can the name tell I get a G711 encoded elementry stream if i use above encoders. Can you please assure me if i am really getting a G711 encoded elementry stream.


Regards,
Irfan.


-----Original Message-----
From: ved kpl [[hidden email]]
Sent: Tue 10/7/2008 12:50 PM
To: Discussion of the development of GStreamer
Subject: Re: [gst-devel] whatz wrong in the following pipeline?

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 [[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

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
Reply | Threaded
Open this post in threaded view
|

Re: whatz wrong in the following pipeline?

Irfan Shaikh-2
In reply to this post by ved kpl
RE: [gst-devel] whatz wrong in the following pipeline?

Hi,

I am not able to use the following pipeline, Please suggest me the correct pipeline order so that i can demux the audio video in ASF and stream it

gst-launch videotestsrc ! ffenc_mjpeg ! queue ! mux. audiotestsrc ! ffenc_mp2 ! queue ! mux. ffmux_asf name=mux ! asfdemux name=demux ! queue demux. ! udpsink host=10.60.3.104 port=4951 -v ! queue ! udpsink host=10.60.3.104


When i use individual mjpeg videostream i am able to stream it
For example:

gst-launch videotestsrc ! ffmpegcolorspace ! ffenc_mjpeg ! ffmux_asf ! asfdemux ! udpsink port=10.60.3.47 port=4951

I want to do the same for both audio as well as video...

Help me out....

Regards,
Irfan


-----Original Message-----
From: ved kpl [[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
Reply | Threaded
Open this post in threaded view
|

Any idea of streaming .ASF on Windows media player ????

Irfan Shaikh-2
In reply to this post by Pavel Zeldin
Any idea of streaming .ASF on Windows media player ????

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
Reply | Threaded
Open this post in threaded view
|

Re: Any idea of streaming .ASF on Windows media player ????

Julien Moutte-2

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