[0.10.36] multicast support broken?

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

[0.10.36] multicast support broken?

Soeren Grunewald
Hi All,

We are developing on a embedded device and using gstreamer to playback
video streams provides via multicast.

After building the latest gstreamer release, it looks like multicast
support is broken. First i thought it is a problem with playbin but
after verifying (see [1]) behaviour also on manual created pipelines i
guess the problem is related to udpsrc element.

I've been looking to the commit logs but haven't found something yet. I
also created some log-files attached [2] to this mail.


Can somebody verify this behaviour or has some comments on how to
proceed to figure out what is causing the problem?


[1] pipelines.txt
[2] logfiles.tar.xz


Thanks,
--
Avionic Design GmbH
Soeren Grunewald
Wragekamp 10
D-22397 Hamburg
Germany

Tel.: + 49 40 88187-107
Fax: + 49 40 88187-150
Email: soeren.grunewaldavionic-design.de

Avionic Design GmbH
Amtsgericht Hamburg HRB 82598
Geschäftsführung: Cornelis Broers, Sven Räcker, Jan Palle
Ust.-Ident-Nr.: DE813378254

Diese E-Mail kann vertrauliche und/oder rechtlich geschützte Informationen
enthalten. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unerlaubte
Weitergabe dieser E-Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender and destroy this e-mail. Any unauthorised copying,
disclosure or distribution of the material in this e-mail is strictly
forbidden.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

pipelines.txt (1K) Download Attachment
logfiles.tar.xz (14K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [0.10.36] multicast support broken?

Holger Kaelberer
Hi,

we also had problems with our live-streams when working with gstreamer stack from git master
(0.10.36 not tested yet). They disappeared after reverting commit
09f0860a1037b73bf314dd6d80ebbfa096ff93bf on gst-plugins-bad (gstmpegtsdemux.c).

Just a guess as also for us only live mpegts-streams had problems, maybe you could give this a try.

Holger

On 02/22/2012 08:52 PM, Soeren Grunewald wrote:

> Hi All,
>
> We are developing on a embedded device and using gstreamer to playback video streams provides via
> multicast.
>
> After building the latest gstreamer release, it looks like multicast support is broken. First i
> thought it is a problem with playbin but after verifying (see [1]) behaviour also on manual created
> pipelines i guess the problem is related to udpsrc element.
>
> I've been looking to the commit logs but haven't found something yet. I also created some log-files
> attached [2] to this mail.
>
>
> Can somebody verify this behaviour or has some comments on how to proceed to figure out what is
> causing the problem?
>
>
> [1] pipelines.txt
> [2] logfiles.tar.xz
>
>
> Thanks,
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: [0.10.36] multicast support broken?

Soeren Grunewald
Hi Holger,

Thank you for this hint, reverting the patch makes streaming work again.

Thanks again,
Soeren


On 02/22/2012 09:22 PM, Holger Kaelberer wrote:

> Hi,
>
> we also had problems with our live-streams when working with gstreamer
> stack from git master (0.10.36 not tested yet). They disappeared after
> reverting commit 09f0860a1037b73bf314dd6d80ebbfa096ff93bf on
> gst-plugins-bad (gstmpegtsdemux.c).
>
> Just a guess as also for us only live mpegts-streams had problems, maybe
> you could give this a try.
>
> Holger
>
> On 02/22/2012 08:52 PM, Soeren Grunewald wrote:
>> Hi All,
>>
>> We are developing on a embedded device and using gstreamer to playback
>> video streams provides via
>> multicast.
>>
>> After building the latest gstreamer release, it looks like multicast
>> support is broken. First i
>> thought it is a problem with playbin but after verifying (see [1])
>> behaviour also on manual created
>> pipelines i guess the problem is related to udpsrc element.
>>
>> I've been looking to the commit logs but haven't found something yet.
>> I also created some log-files
>> attached [2] to this mail.
>>
>>
>> Can somebody verify this behaviour or has some comments on how to
>> proceed to figure out what is
>> causing the problem?
>>
>>
>> [1] pipelines.txt
>> [2] logfiles.tar.xz
>>
>>
>> Thanks,
>>
>>
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> [hidden email]
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: [0.10.36] multicast support broken?

Holger Kaelberer
Hi,

ok, I will file a bug then, as this has been confirmed.

Holger

On 02/23/2012 09:21 AM, Soeren Grunewald wrote:

> Hi Holger,
>
> Thank you for this hint, reverting the patch makes streaming work again.
>
> Thanks again,
> Soeren
>
>
> On 02/22/2012 09:22 PM, Holger Kaelberer wrote:
>> Hi,
>>
>> we also had problems with our live-streams when working with gstreamer
>> stack from git master (0.10.36 not tested yet). They disappeared after
>> reverting commit 09f0860a1037b73bf314dd6d80ebbfa096ff93bf on
>> gst-plugins-bad (gstmpegtsdemux.c).
>>
>> Just a guess as also for us only live mpegts-streams had problems, maybe
>> you could give this a try.
>>
>> Holger
>>
>> On 02/22/2012 08:52 PM, Soeren Grunewald wrote:
>>> Hi All,
>>>
>>> We are developing on a embedded device and using gstreamer to playback
>>> video streams provides via
>>> multicast.
>>>
>>> After building the latest gstreamer release, it looks like multicast
>>> support is broken. First i
>>> thought it is a problem with playbin but after verifying (see [1])
>>> behaviour also on manual created
>>> pipelines i guess the problem is related to udpsrc element.
>>>
>>> I've been looking to the commit logs but haven't found something yet.
>>> I also created some log-files
>>> attached [2] to this mail.
>>>
>>>
>>> Can somebody verify this behaviour or has some comments on how to
>>> proceed to figure out what is
>>> causing the problem?
>>>
>>>
>>> [1] pipelines.txt
>>> [2] logfiles.tar.xz
>>>
>>>
>>> Thanks,
>>>
>>>
>>>
>>> _______________________________________________
>>> gstreamer-devel mailing list
>>> [hidden email]
>>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>> _______________________________________________
>> gstreamer-devel mailing list
>> [hidden email]
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel