Re: Call for help for demo UPNP media renderer
On Wed, 2010-10-20 at 08:08 +0800, Tian, Kevin wrote: From: Joshua Lock
Sent: Wednesday, October 20, 2010 8:05 AM
On Tue, 2010-10-19 at 14:31 -0700, Saul Wold wrote:
Dongxiao,
Can you take a look at this since you have worked with the
gstreamer? I did a sloppy job pushing my changes when leaving the office but
think I have replicated most/all of the in the josh/demo branch.
I also took a look through the rygel code to see what gstreamer
elements are explicitly being used, I've created a list and tried to ensure as many as possible of them are in the IMAGE_INSTALL list for poky-image-rygel, adding them to the RDEPENDS for rygel doesn't
appear to have included them in the image I just created...
Full list of names of pipeline elements I found in the rygel code follows:
decodebin2, videorate, videoscale, ffmpegcolorspace, ffenc_wmv1, twolame, lame, mp3parse, ffenc_wmav2, convert-sink-pad, ffenc_mpeg2video, audio-src-pad, audio-sink-pad, audio-enc-sink-pad, sink, mpegtsmux, audioconvert, audioresample, audiorate, capsfilter, audiotestsrc, videotestsrc, ffmux_asf Have all of above elements already enabled in your branch, or is it
still in progress to follow up?
They have now. Is it a separate issue from segfault or related in your gut-feeling?
Definitely related, rygel launches without segfault now. It doesn't explicitly specify which elements are required at build time and for at least some of them doesn't handle them not being there very well at all. Cheers, Joshua -- Joshua Lock Intel Open Source Technology Centre
|
|
Re: Call for help for demo UPNP media renderer
On 10/19/2010 05:16 PM, Joshua Lock wrote: On Wed, 2010-10-20 at 01:04 +0100, Joshua Lock wrote:
On Tue, 2010-10-19 at 14:31 -0700, Saul Wold wrote:
Dongxiao,
Can you take a look at this since you have worked with the gstreamer? I did a sloppy job pushing my changes when leaving the office but think I have replicated most/all of the in the josh/demo branch.
I also took a look through the rygel code to see what gstreamer elements are explicitly being used, I've created a list and tried to ensure as many as possible of them are in the IMAGE_INSTALL list for poky-image-rygel, adding them to the RDEPENDS for rygel doesn't appear to have included them in the image I just created...
Full list of names of pipeline elements I found in the rygel code follows:
decodebin2, videorate, videoscale, ffmpegcolorspace, ffenc_wmv1, twolame, lame, mp3parse, ffenc_wmav2, convert-sink-pad, ffenc_mpeg2video, audio-src-pad, audio-sink-pad, audio-enc-sink-pad, sink, mpegtsmux, audioconvert, audioresample, audiorate, capsfilter, audiotestsrc, videotestsrc, ffmux_asf
The image I just built with my latest changes in josh/demo worked!?! Rygel did not segfault :-)
If you have time Dongxiao (or anyone else) I'd appreciate if you could double-check my changes (my install_append in rygel to create a .config isn't working, so you'll need to do that manually and run rygel-preferences to disable the tracker plugin). If you could test using Rygel as a renderer for some content served by the mediatomb image, that would be much appreciated. You'll want gupnp-av-cp as provided by gupnp-tools to control the renderer and content server. It is my udnerstanding that we plan to run both the renderer and the gupnp-av-cp on each "player". That is an ARM BeagleBoard and a PowerPC *unknown* board. Each will have a suitable display. Is this your understanding/intention? -- Darren Hart Embedded Linux Kernel
|
|
Re: Call for help for demo UPNP media renderer
Tian, Kevin <kevin.tian@...>
From: Darren Hart Sent: Wednesday, October 20, 2010 8:24 AM
On 10/19/2010 05:16 PM, Joshua Lock wrote:
On Wed, 2010-10-20 at 01:04 +0100, Joshua Lock wrote:
On Tue, 2010-10-19 at 14:31 -0700, Saul Wold wrote:
Dongxiao,
Can you take a look at this since you have worked with the gstreamer? I did a sloppy job pushing my changes when leaving the office but think I have replicated most/all of the in the josh/demo branch.
I also took a look through the rygel code to see what gstreamer elements are explicitly being used, I've created a list and tried to ensure as many as possible of them are in the IMAGE_INSTALL list for poky-image-rygel, adding them to the RDEPENDS for rygel doesn't appear to have included them in the image I just created...
Full list of names of pipeline elements I found in the rygel code follows:
decodebin2, videorate, videoscale, ffmpegcolorspace, ffenc_wmv1, twolame, lame, mp3parse, ffenc_wmav2, convert-sink-pad, ffenc_mpeg2video, audio-src-pad, audio-sink-pad, audio-enc-sink-pad, sink, mpegtsmux, audioconvert, audioresample, audiorate, capsfilter, audiotestsrc, videotestsrc, ffmux_asf
The image I just built with my latest changes in josh/demo worked!?! Rygel did not segfault :-)
If you have time Dongxiao (or anyone else) I'd appreciate if you could double-check my changes (my install_append in rygel to create a .config isn't working, so you'll need to do that manually and run rygel-preferences to disable the tracker plugin). If you could test using Rygel as a renderer for some content served by the mediatomb image, that would be much appreciated. You'll want gupnp-av-cp as provided by gupnp-tools to control the renderer and content server. It is my udnerstanding that we plan to run both the renderer and the gupnp-av-cp on each "player". That is an ARM BeagleBoard and a PowerPC *unknown* board. Each will have a suitable display. Is this your understanding/intention?
I guess Josh may go to bed now. :-) btw, Darren, do we have to use real boards for the exercise? We don't have those boards in PRC. Any limitations to use Qemu environments as the alternative in our side? Also it'd be great if we have a detail list for demo steps. Is it included in the demo branch? Thanks Kevin
|
|
Re: Call for help for demo UPNP media renderer
Tian, Kevin <kevin.tian@...>
From: Tian, Kevin Sent: Wednesday, October 20, 2010 8:31 AM
From: Darren Hart Sent: Wednesday, October 20, 2010 8:24 AM
On 10/19/2010 05:16 PM, Joshua Lock wrote:
On Wed, 2010-10-20 at 01:04 +0100, Joshua Lock wrote:
On Tue, 2010-10-19 at 14:31 -0700, Saul Wold wrote:
Dongxiao,
Can you take a look at this since you have worked with the gstreamer? I did a sloppy job pushing my changes when leaving the office but think I have replicated most/all of the in the josh/demo branch.
I also took a look through the rygel code to see what gstreamer elements are explicitly being used, I've created a list and tried to ensure as many as possible of them are in the IMAGE_INSTALL list for poky-image-rygel, adding them to the RDEPENDS for rygel doesn't appear to have included them in the image I just created...
Full list of names of pipeline elements I found in the rygel code follows:
decodebin2, videorate, videoscale, ffmpegcolorspace, ffenc_wmv1, twolame, lame, mp3parse, ffenc_wmav2, convert-sink-pad, ffenc_mpeg2video, audio-src-pad, audio-sink-pad, audio-enc-sink-pad, sink, mpegtsmux, audioconvert, audioresample, audiorate, capsfilter, audiotestsrc, videotestsrc, ffmux_asf
The image I just built with my latest changes in josh/demo worked!?! Rygel did not segfault :-)
If you have time Dongxiao (or anyone else) I'd appreciate if you could double-check my changes (my install_append in rygel to create a .config isn't working, so you'll need to do that manually and run rygel-preferences to disable the tracker plugin). If you could test using Rygel as a renderer for some content served by the mediatomb image, that would be much appreciated. You'll want gupnp-av-cp as provided by gupnp-tools to control the renderer and content server. It is my udnerstanding that we plan to run both the renderer and the gupnp-av-cp on each "player". That is an ARM BeagleBoard and a PowerPC *unknown* board. Each will have a suitable display. Is this your understanding/intention?
I guess Josh may go to bed now. :-)
btw, Darren, do we have to use real boards for the exercise? We don't have those boards in PRC. Any limitations to use Qemu environments as the alternative in our side? Oops, we do have netbooks which I forgot. :-) Thanks Keivn Also it'd be great if we have a detail list for demo steps. Is it included in the demo branch?
|
|
Re: Call for help for demo UPNP media renderer
On 10/19/2010 05:30 PM, Tian, Kevin wrote: From: Darren Hart Sent: Wednesday, October 20, 2010 8:24 AM
On 10/19/2010 05:16 PM, Joshua Lock wrote:
On Wed, 2010-10-20 at 01:04 +0100, Joshua Lock wrote:
On Tue, 2010-10-19 at 14:31 -0700, Saul Wold wrote:
Dongxiao,
Can you take a look at this since you have worked with the gstreamer? I did a sloppy job pushing my changes when leaving the office but think I have replicated most/all of the in the josh/demo branch.
I also took a look through the rygel code to see what gstreamer elements are explicitly being used, I've created a list and tried to ensure as many as possible of them are in the IMAGE_INSTALL list for poky-image-rygel, adding them to the RDEPENDS for rygel doesn't appear to have included them in the image I just created...
Full list of names of pipeline elements I found in the rygel code follows:
decodebin2, videorate, videoscale, ffmpegcolorspace, ffenc_wmv1, twolame, lame, mp3parse, ffenc_wmav2, convert-sink-pad, ffenc_mpeg2video, audio-src-pad, audio-sink-pad, audio-enc-sink-pad, sink, mpegtsmux, audioconvert, audioresample, audiorate, capsfilter, audiotestsrc, videotestsrc, ffmux_asf
The image I just built with my latest changes in josh/demo worked!?! Rygel did not segfault :-)
If you have time Dongxiao (or anyone else) I'd appreciate if you could double-check my changes (my install_append in rygel to create a .config isn't working, so you'll need to do that manually and run rygel-preferences to disable the tracker plugin). If you could test using Rygel as a renderer for some content served by the mediatomb image, that would be much appreciated. You'll want gupnp-av-cp as provided by gupnp-tools to control the renderer and content server. It is my udnerstanding that we plan to run both the renderer and the gupnp-av-cp on each "player". That is an ARM BeagleBoard and a PowerPC *unknown* board. Each will have a suitable display. Is this your understanding/intention?
I guess Josh may go to bed now. :-)
btw, Darren, do we have to use real boards for the exercise? We don't have those boards in PRC. Any limitations to use Qemu environments as the alternative in our side?
For testing the images, you can use all x86 hardware. I'd prefer we not use QEMU as it is likely to complicate the networking, which is rather integral to this demo. Also it'd be great if we have a detail list for demo steps. Is it included in the demo branch?
No documented steps yet, just build the live images in the demo layers and boot on hardware. If you run into issues, please share them here and we'll help work through them. Thanks, -- Darren Hart Embedded Linux Kernel
|
|
Re: Call for help for demo UPNP media renderer
Xu, Dongxiao <dongxiao.xu@...>
Joshua Lock wrote: On Wed, 2010-10-20 at 01:04 +0100, Joshua Lock wrote:
On Tue, 2010-10-19 at 14:31 -0700, Saul Wold wrote:
Dongxiao,
Can you take a look at this since you have worked with the gstreamer? I did a sloppy job pushing my changes when leaving the office but think I have replicated most/all of the in the josh/demo branch.
I also took a look through the rygel code to see what gstreamer elements are explicitly being used, I've created a list and tried to ensure as many as possible of them are in the IMAGE_INSTALL list for poky-image-rygel, adding them to the RDEPENDS for rygel doesn't appear to have included them in the image I just created...
Full list of names of pipeline elements I found in the rygel code follows:
decodebin2, videorate, videoscale, ffmpegcolorspace, ffenc_wmv1, twolame, lame, mp3parse, ffenc_wmav2, convert-sink-pad, ffenc_mpeg2video, audio-src-pad, audio-sink-pad, audio-enc-sink-pad, sink, mpegtsmux, audioconvert, audioresample, audiorate, capsfilter, audiotestsrc, videotestsrc, ffmux_asf
The image I just built with my latest changes in josh/demo worked!?! Rygel did not segfault :-)
If you have time Dongxiao (or anyone else) I'd appreciate if you could double-check my changes (my install_append in rygel to create a .config isn't working, so you'll need to do that manually and run rygel-preferences to disable the tracker plugin). If you could test using Rygel as a renderer for some content served by the mediatomb image, that would be much appreciated. You'll want gupnp-av-cp as provided by gupnp-tools to control the renderer and content server.
Thanks, Joshua I will try your branch, however I didn't find josh/demo in poky-contrib. Is it reside in other place? Thanks, Dongxiao
|
|
Re: Call for help for demo UPNP media renderer
Tom Zanussi <tom.zanussi@...>
On Tue, 2010-10-19 at 17:40 -0700, Xu, Dongxiao wrote: Joshua Lock wrote:
On Wed, 2010-10-20 at 01:04 +0100, Joshua Lock wrote:
On Tue, 2010-10-19 at 14:31 -0700, Saul Wold wrote:
Dongxiao,
Can you take a look at this since you have worked with the gstreamer? I did a sloppy job pushing my changes when leaving the office but think I have replicated most/all of the in the josh/demo branch.
I also took a look through the rygel code to see what gstreamer elements are explicitly being used, I've created a list and tried to ensure as many as possible of them are in the IMAGE_INSTALL list for poky-image-rygel, adding them to the RDEPENDS for rygel doesn't appear to have included them in the image I just created...
Full list of names of pipeline elements I found in the rygel code follows:
decodebin2, videorate, videoscale, ffmpegcolorspace, ffenc_wmv1, twolame, lame, mp3parse, ffenc_wmav2, convert-sink-pad, ffenc_mpeg2video, audio-src-pad, audio-sink-pad, audio-enc-sink-pad, sink, mpegtsmux, audioconvert, audioresample, audiorate, capsfilter, audiotestsrc, videotestsrc, ffmux_asf
The image I just built with my latest changes in josh/demo worked!?! Rygel did not segfault :-)
If you have time Dongxiao (or anyone else) I'd appreciate if you could double-check my changes (my install_append in rygel to create a .config isn't working, so you'll need to do that manually and run rygel-preferences to disable the tracker plugin). If you could test using Rygel as a renderer for some content served by the mediatomb image, that would be much appreciated. You'll want gupnp-av-cp as provided by gupnp-tools to control the renderer and content server.
Thanks, Joshua I will try your branch, however I didn't find josh/demo in poky-contrib. Is it reside in other place?
It should be here: ssh://git@.../meta-demo.git Tom
|
|
Re: Call for help for demo UPNP media renderer
Xu, Dongxiao <dongxiao.xu@...>
Zanussi, Tom wrote: On Tue, 2010-10-19 at 17:40 -0700, Xu, Dongxiao wrote:
Joshua Lock wrote:
On Wed, 2010-10-20 at 01:04 +0100, Joshua Lock wrote:
On Tue, 2010-10-19 at 14:31 -0700, Saul Wold wrote:
Dongxiao,
Can you take a look at this since you have worked with the gstreamer? I did a sloppy job pushing my changes when leaving the office but think I have replicated most/all of the in the josh/demo branch.
I also took a look through the rygel code to see what gstreamer elements are explicitly being used, I've created a list and tried to ensure as many as possible of them are in the IMAGE_INSTALL list for poky-image-rygel, adding them to the RDEPENDS for rygel doesn't appear to have included them in the image I just created...
Full list of names of pipeline elements I found in the rygel code follows:
decodebin2, videorate, videoscale, ffmpegcolorspace, ffenc_wmv1, twolame, lame, mp3parse, ffenc_wmav2, convert-sink-pad, ffenc_mpeg2video, audio-src-pad, audio-sink-pad, audio-enc-sink-pad, sink, mpegtsmux, audioconvert, audioresample, audiorate, capsfilter, audiotestsrc, videotestsrc, ffmux_asf
The image I just built with my latest changes in josh/demo worked!?! Rygel did not segfault :-)
If you have time Dongxiao (or anyone else) I'd appreciate if you could double-check my changes (my install_append in rygel to create a .config isn't working, so you'll need to do that manually and run rygel-preferences to disable the tracker plugin). If you could test using Rygel as a renderer for some content served by the mediatomb image, that would be much appreciated. You'll want gupnp-av-cp as provided by gupnp-tools to control the renderer and content server.
Thanks, Joshua I will try your branch, however I didn't find josh/demo in poky-contrib. Is it reside in other place?
It should be here:
ssh://git@.../meta-demo.git
Tom Got it, thanks! Dongxiao
|
|
Re: Call for help for demo UPNP media renderer
Xu, Dongxiao <dongxiao.xu@...>
I just built out the poky-image-rygel image with your meta-demo layer, and run
rygel --gst-debug-level=5
I still saw it "segmentation fault" in the last...
I am looking into it.
Thanks, Dongxiao
Xu, Dongxiao wrote:
toggle quoted messageShow quoted text
Zanussi, Tom wrote:
On Tue, 2010-10-19 at 17:40 -0700, Xu, Dongxiao wrote:
Joshua Lock wrote:
On Wed, 2010-10-20 at 01:04 +0100, Joshua Lock wrote:
On Tue, 2010-10-19 at 14:31 -0700, Saul Wold wrote:
Dongxiao,
Can you take a look at this since you have worked with the gstreamer? I did a sloppy job pushing my changes when leaving the office but think I have replicated most/all of the in the josh/demo branch.
I also took a look through the rygel code to see what gstreamer elements are explicitly being used, I've created a list and tried to ensure as many as possible of them are in the IMAGE_INSTALL list for poky-image-rygel, adding them to the RDEPENDS for rygel doesn't appear to have included them in the image I just created...
Full list of names of pipeline elements I found in the rygel code follows:
decodebin2, videorate, videoscale, ffmpegcolorspace, ffenc_wmv1, twolame, lame, mp3parse, ffenc_wmav2, convert-sink-pad, ffenc_mpeg2video, audio-src-pad, audio-sink-pad, audio-enc-sink-pad, sink, mpegtsmux, audioconvert, audioresample, audiorate, capsfilter, audiotestsrc, videotestsrc, ffmux_asf
The image I just built with my latest changes in josh/demo worked!?! Rygel did not segfault :-)
If you have time Dongxiao (or anyone else) I'd appreciate if you could double-check my changes (my install_append in rygel to create a .config isn't working, so you'll need to do that manually and run rygel-preferences to disable the tracker plugin). If you could test using Rygel as a renderer for some content served by the mediatomb image, that would be much appreciated. You'll want gupnp-av-cp as provided by gupnp-tools to control the renderer and content server.
Thanks, Joshua I will try your branch, however I didn't find josh/demo in poky-contrib. Is it reside in other place?
It should be here:
ssh://git@.../meta-demo.git
Tom Got it, thanks!
Dongxiao _______________________________________________ yocto mailing list yocto@... https://lists.pokylinux.org/listinfo/yocto
|
|
Re: Call for help for demo UPNP media renderer
Xu, Dongxiao <dongxiao.xu@...>
Hi Josh,
Today I took a glance at the rygel crash issue in poky. Though I didn't get the root cause, I found when configure Tracker plugin into rygel, the segmentation fault will happen. Since we have already configured the media-export plugin, and tracker plugin plays the same role, I think we can simply disable tracker plugin (by configure time or change by rygel-preferences) for demo usage.
Thanks, Dongxiao
Xu, Dongxiao wrote:
toggle quoted messageShow quoted text
I just built out the poky-image-rygel image with your meta-demo layer, and run
rygel --gst-debug-level=5
I still saw it "segmentation fault" in the last...
I am looking into it.
Thanks, Dongxiao
Xu, Dongxiao wrote:
Zanussi, Tom wrote:
On Tue, 2010-10-19 at 17:40 -0700, Xu, Dongxiao wrote:
Joshua Lock wrote:
On Wed, 2010-10-20 at 01:04 +0100, Joshua Lock wrote:
On Tue, 2010-10-19 at 14:31 -0700, Saul Wold wrote:
Dongxiao,
Can you take a look at this since you have worked with the gstreamer? I did a sloppy job pushing my changes when leaving the office but think I have replicated most/all of the in the josh/demo branch.
I also took a look through the rygel code to see what gstreamer elements are explicitly being used, I've created a list and tried to ensure as many as possible of them are in the IMAGE_INSTALL list for poky-image-rygel, adding them to the RDEPENDS for rygel doesn't appear to have included them in the image I just created...
Full list of names of pipeline elements I found in the rygel code follows:
decodebin2, videorate, videoscale, ffmpegcolorspace, ffenc_wmv1, twolame, lame, mp3parse, ffenc_wmav2, convert-sink-pad, ffenc_mpeg2video, audio-src-pad, audio-sink-pad, audio-enc-sink-pad, sink, mpegtsmux, audioconvert, audioresample, audiorate, capsfilter, audiotestsrc, videotestsrc, ffmux_asf
The image I just built with my latest changes in josh/demo worked!?! Rygel did not segfault :-)
If you have time Dongxiao (or anyone else) I'd appreciate if you could double-check my changes (my install_append in rygel to create a .config isn't working, so you'll need to do that manually and run rygel-preferences to disable the tracker plugin). If you could test using Rygel as a renderer for some content served by the mediatomb image, that would be much appreciated. You'll want gupnp-av-cp as provided by gupnp-tools to control the renderer and content server.
Thanks, Joshua I will try your branch, however I didn't find josh/demo in poky-contrib. Is it reside in other place?
It should be here:
ssh://git@.../meta-demo.git
Tom Got it, thanks!
Dongxiao _______________________________________________ yocto mailing list yocto@... https://lists.pokylinux.org/listinfo/yocto
|
|
Re: Call for help for demo UPNP media renderer
On Wed, 2010-10-20 at 14:07 +0800, Xu, Dongxiao wrote: Hi Josh,
Today I took a glance at the rygel crash issue in poky. Though I didn't get the root cause, I found when configure Tracker plugin into rygel, the segmentation fault will happen. Since we have already configured the media-export plugin, and tracker plugin plays the same role, I think we can simply disable tracker plugin (by configure time or change by rygel-preferences) for demo usage. Yes, I thought I mentioned disabling the tracker plugin in an earlier mail? I'll prepare a patch to the recipe to disable that so we don't have to remember to do that by hand. Cheers, Joshua Thanks, Dongxiao
Xu, Dongxiao wrote:
I just built out the poky-image-rygel image with your meta-demo layer, and run
rygel --gst-debug-level=5
I still saw it "segmentation fault" in the last...
I am looking into it.
Thanks, Dongxiao
Xu, Dongxiao wrote:
Zanussi, Tom wrote:
On Tue, 2010-10-19 at 17:40 -0700, Xu, Dongxiao wrote:
Joshua Lock wrote:
On Wed, 2010-10-20 at 01:04 +0100, Joshua Lock wrote:
On Tue, 2010-10-19 at 14:31 -0700, Saul Wold wrote:
Dongxiao,
Can you take a look at this since you have worked with the gstreamer? I did a sloppy job pushing my changes when leaving the office but think I have replicated most/all of the in the josh/demo branch.
I also took a look through the rygel code to see what gstreamer elements are explicitly being used, I've created a list and tried to ensure as many as possible of them are in the IMAGE_INSTALL list for poky-image-rygel, adding them to the RDEPENDS for rygel doesn't appear to have included them in the image I just created...
Full list of names of pipeline elements I found in the rygel code follows:
decodebin2, videorate, videoscale, ffmpegcolorspace, ffenc_wmv1, twolame, lame, mp3parse, ffenc_wmav2, convert-sink-pad, ffenc_mpeg2video, audio-src-pad, audio-sink-pad, audio-enc-sink-pad, sink, mpegtsmux, audioconvert, audioresample, audiorate, capsfilter, audiotestsrc, videotestsrc, ffmux_asf
The image I just built with my latest changes in josh/demo worked!?! Rygel did not segfault :-)
If you have time Dongxiao (or anyone else) I'd appreciate if you could double-check my changes (my install_append in rygel to create a .config isn't working, so you'll need to do that manually and run rygel-preferences to disable the tracker plugin). If you could test using Rygel as a renderer for some content served by the mediatomb image, that would be much appreciated. You'll want gupnp-av-cp as provided by gupnp-tools to control the renderer and content server.
Thanks, Joshua I will try your branch, however I didn't find josh/demo in poky-contrib. Is it reside in other place?
It should be here:
ssh://git@.../meta-demo.git
Tom Got it, thanks!
Dongxiao _______________________________________________ yocto mailing list yocto@... https://lists.pokylinux.org/listinfo/yocto
-- Joshua Lock Intel Open Source Technology Centre
|
|
Re: Call for help for demo UPNP media renderer
Xu, Dongxiao <dongxiao.xu@...>
Joshua Lock wrote: On Wed, 2010-10-20 at 14:07 +0800, Xu, Dongxiao wrote:
Hi Josh,
Today I took a glance at the rygel crash issue in poky. Though I didn't get the root cause, I found when configure Tracker plugin into rygel, the segmentation fault will happen. Since we have already configured the media-export plugin, and tracker plugin plays the same role, I think we can simply disable tracker plugin (by configure time or change by rygel-preferences) for demo usage. Yes, I thought I mentioned disabling the tracker plugin in an earlier mail? I'll prepare a patch to the recipe to disable that so we don't have to remember to do that by hand. Ah, oops. I didn't read your previous mail carefully... But luckily it didn't cost too much time. :-) Thanks, Dongxiao Cheers, Joshua
Thanks, Dongxiao
Xu, Dongxiao wrote:
I just built out the poky-image-rygel image with your meta-demo layer, and run
rygel --gst-debug-level=5
I still saw it "segmentation fault" in the last...
I am looking into it.
Thanks, Dongxiao
Xu, Dongxiao wrote:
Zanussi, Tom wrote:
On Tue, 2010-10-19 at 17:40 -0700, Xu, Dongxiao wrote:
Joshua Lock wrote:
On Wed, 2010-10-20 at 01:04 +0100, Joshua Lock wrote:
On Tue, 2010-10-19 at 14:31 -0700, Saul Wold wrote:
Dongxiao,
Can you take a look at this since you have worked with the gstreamer? I did a sloppy job pushing my changes when leaving the office but think I have replicated most/all of the in the josh/demo branch.
I also took a look through the rygel code to see what gstreamer elements are explicitly being used, I've created a list and tried to ensure as many as possible of them are in the IMAGE_INSTALL list for poky-image-rygel, adding them to the RDEPENDS for rygel doesn't appear to have included them in the image I just created...
Full list of names of pipeline elements I found in the rygel code follows:
decodebin2, videorate, videoscale, ffmpegcolorspace, ffenc_wmv1, twolame, lame, mp3parse, ffenc_wmav2, convert-sink-pad, ffenc_mpeg2video, audio-src-pad, audio-sink-pad, audio-enc-sink-pad, sink, mpegtsmux, audioconvert, audioresample, audiorate, capsfilter, audiotestsrc, videotestsrc, ffmux_asf
The image I just built with my latest changes in josh/demo worked!?! Rygel did not segfault :-)
If you have time Dongxiao (or anyone else) I'd appreciate if you could double-check my changes (my install_append in rygel to create a .config isn't working, so you'll need to do that manually and run rygel-preferences to disable the tracker plugin). If you could test using Rygel as a renderer for some content served by the mediatomb image, that would be much appreciated. You'll want gupnp-av-cp as provided by gupnp-tools to control the renderer and content server.
Thanks, Joshua I will try your branch, however I didn't find josh/demo in poky-contrib. Is it reside in other place?
It should be here:
ssh://git@.../meta-demo.git
Tom Got it, thanks!
Dongxiao _______________________________________________ yocto mailing list yocto@... https://lists.pokylinux.org/listinfo/yocto
|
|
Re: New issue with git fetcher?
Tian, Kevin <kevin.tian@...>
From: Richard Purdie Sent: Wednesday, October 20, 2010 12:29 AM
On Tue, 2010-10-19 at 13:55 +0100, Richard Purdie wrote:
I've pushed some more invasive changes to the fetcher in the Poky master branch. I'd appreciate the teams help in finding out if these work or not, with both existing builds and with totally fresh from scratch builds.
If they prove not to have major issues we're likely to merge these into the release branch as what is there is going to bite people and look rather bad. There were some issues that Tom and Joshua were seeing which I debugged and found that we weren't adding in new branches in the fetching code.
I was able to reproduce and then have added a patch to the git fetcher which ensures these things are cloned correctly and any new branches are created. I talked with Bruce to confirm my diagnosis and the solution.
This fix makes an awful lot of sense and explains various issues we've been chasing for a while with the fetcher bugs so I'm very pleased to have this fix checked in.
Could people continue to test the code and report any problems...
I tried "bitbake poky-image-sdk -c fetchall" both with an existing source directory and with a fresh new download. Everything works fine. Thanks Kevin
|
|
Re: [PULL] at: Non root install patch is not necessary (Bug 246)
Hi Richard, I have re-fixed this bug, please check it, thank you~ meta/recipes-extended/at/at_3.1.12.bb | 2 meta/recipes-extended/at/files/nonrootinstall.patch | 75 ------------------ meta/recipes-extended/at/files/nonstripbinaries.patch | 21 +++++ 3 files changed, 22 insertions(+), 76 deletions(-) Mei Lei (1): at: remove nonrootinstall patch and modify relevant files Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/distrocommit 4cc54ea87c5167af0da207e5cea856d16e2b88f6 Author: Mei Lei <lei.mei@...> Date: Wed Oct 20 16:20:36 2010 +0800 at: remove nonrootinstall patch and modify relevant files remove nonrootinstall patch, and use a patch named nonstripbinaries to modify the /at-3.1.10.2/Makefile.in, so it can also handles stripping of the binaries. Fix [BUGID #246] Signed-off-by: Mei Lei <lei.mei@...> Thanks Lei
toggle quoted messageShow quoted text
-----Original Message----- From: Richard Purdie [mailto:rpurdie@...] Sent: Tuesday, October 19, 2010 8:03 PM To: Mei, Lei Cc: yocto@... Subject: Re: [yocto] [PULL] at: Non root install patch is not necessary (Bug 246) On Tue, 2010-10-19 at 17:07 +0800, Mei, Lei wrote: meta/recipes-extended/at/at_3.1.12.bb | 1 meta/recipes-extended/at/files/nonrootinstall.patch | 75 -------------------- 2 files changed, 76 deletions(-)
Mei Lei (1): at: Non root install patch is not necessary (Bug 246) Pull URL:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/distro
commit 22a1491482bdd0b8fe1bac3f89a2b4dad0a94a8c Author: Mei Lei <lei.mei@...> Date: Tue Oct 19 14:23:51 2010 +0800
at: Non root install patch is not necessary (Bug 246)
Removed nonrootinstall patch and modified the file which used this patch
Fix [BUGID #246]
Signed-off-by: Mei Lei <lei.mei@...> This change illustrates a problem we need to be very careful to watch for when doing this. The patch you've removed not only handles root install but also handles stripping of the binaries. Note this bit: -+ifeq ($(IROOT),) - chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(LFILE) -- test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) -o root -g $(DAEMON_GROUPNAME) -m 640 at.deny $(IROOT)$(etcdir)/ -- $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 -s at $(IROOT)$(bindir) -+endif -+ test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) $(INSTALLOWN) -m 600 at.deny $(IROOT)$(etcdir)/ -+ $(INSTALL) $(INSTALLOWN) -m 4755 at $(IROOT)$(bindir) The -s option is removed from the install command. Whilst we can remove the user ownership part of the patch, the -s option needs to remain present as we expect unstripped binaries to be installed. Regards, Richard
|
|
Re: [PULL] at: Non root install patch is not necessary (Bug 246)
Richard Purdie <rpurdie@...>
On Wed, 2010-10-20 at 17:05 +0800, Mei, Lei wrote: Hi Richard, I have re-fixed this bug, please check it, thank you~
meta/recipes-extended/at/at_3.1.12.bb | 2 meta/recipes-extended/at/files/nonrootinstall.patch | 75 ------------------ meta/recipes-extended/at/files/nonstripbinaries.patch | 21 +++++ 3 files changed, 22 insertions(+), 76 deletions(-)
Mei Lei (1): at: remove nonrootinstall patch and modify relevant files Thanks, much better. One more small thing though - could you add a header to the patch with a description of what it does, why and who made the change. In this case its fairly obvious but its a good idea in general as when you come back to a patch six months later you can remember why its there! Also, poky pull requests like this should be going to the Poky mailing list. Cheers, Richard
|
|
Richard Purdie <rpurdie@...>
Coming up to launch there are going to be some technical things that need to be done, I'm aiming to write these down and assign owners so we remember them all and that they all happen:
* Remove password protection from yoctoproject.org (sub)domains [RP] * Swap default site redirection and name for lists.* and wiki.* [RP] * Make meta-demo public [RP] * Remove password protection from autobuilder [ScottG] * Upload final version of the eclipse plugin [Jessica] * Upload final Yocto release images and tarballs [???]
What date and time are we going to actually do these things?
Cheers,
Richard
|
|
Re: New issue with git fetcher?
Richard Purdie <rpurdie@...>
On Wed, 2010-10-20 at 16:20 +0800, Tian, Kevin wrote: I tried "bitbake poky-image-sdk -c fetchall" both with an existing source directory and with a fresh new download. Everything works fine. Thanks for testing and the feedback! Cheers, Richard
|
|
Richard Purdie wrote: Coming up to launch there are going to be some technical things that need to be done, I'm aiming to write these down and assign owners so we remember them all and that they all happen:
* Remove password protection from yoctoproject.org (sub)domains [RP] * Swap default site redirection and name for lists.* and wiki.* [RP] * Make meta-demo public [RP] * Remove password protection from autobuilder [ScottG] * Upload final version of the eclipse plugin [Jessica] * Upload final Yocto release images and tarballs [???] Quick question which I think Scott R needs the URLs for his user manual, so the eclipse plugin will be: http://yoctoproject.org/downloads/Eclipse-Plugin/What about everything else, they'll be http://yoctoproject.org/downloads any subdirectories underneath that? Thanks, Jessica
|
|
Saul Wold <saul.wold@...>
On 10/20/2010 06:07 AM, Richard Purdie wrote: Coming up to launch there are going to be some technical things that need to be done, I'm aiming to write these down and assign owners so we remember them all and that they all happen:
* Remove password protection from yoctoproject.org (sub)domains [RP] * Swap default site redirection and name for lists.* and wiki.* [RP] * Make meta-demo public [RP] * Remove password protection from autobuilder [ScottG] * Upload final version of the eclipse plugin [Jessica] * Upload final Yocto release images and tarballs [???]
This should be ScottG also. What date and time are we going to actually do these things?
Cheers,
Richard
_______________________________________________ yocto mailing list yocto@... https://lists.pokylinux.org/listinfo/yocto
|
|
Dirk Hohndel <hohndel@...>
On Wed, 20 Oct 2010 14:07:21 +0100, Richard Purdie <rpurdie@...> wrote: Coming up to launch there are going to be some technical things that need to be done, I'm aiming to write these down and assign owners so we remember them all and that they all happen:
* Remove password protection from yoctoproject.org (sub)domains [RP] * Swap default site redirection and name for lists.* and wiki.* [RP] * Make meta-demo public [RP] * Remove password protection from autobuilder [ScottG] * Upload final version of the eclipse plugin [Jessica] * Upload final Yocto release images and tarballs [???] While not exactly technical, these should be tracked as well: * post announcement email to LWN [RP or DH] * post announcement email to... (where else?) * prior to announcement distribute Q&A inside Intel [TE] What date and time are we going to actually do these things? - We should open everything up 4pm UK time on Wednesday - Post announcements AFTER dinner (so 8pm UK time) /D
|
|