Yan: We use the same version. Here list out gstreamer package version for your reference: Gst-ffmpeg-0.10.7, gst-plugins-ugly-0.10.11, gst-plugins-bad-0.10.11. Base and core is 0.10.23
Best Regards Jessica. Intel Asia-Pacific R&D Ltd.[INET] 8821-6598 ________________________________ From: Wang Yan [mailto:wy0...@gmail.com] Sent: 2009年7月14日 17:34 To: Ji, Jessica Cc: Jian Lee; Wang Yan; i...@openedhand.com; Moblin_Dev; pip...@linux.intel.com Subject: Re: [Moblin Dev] How to make hornsey support RealMedia video format Seems some issue with my mail box configuration, so send again. If you have ever recieved this mail, please ignore. :) Thanks, Wang Yan Wang Yan wrote: Hi, Jessica Thanks a lot for your information. But I have one more question that for the latest hornsey code, could you please specify the exactly version? I tried on git version which have hashcode: f2e08416f221e94b43ebe71f4a25216dec10c0d6 and add the mimetype="video/vnd.rn-realmedia"; then gave it a try, but it still can not work. Thanks again, Wang Yan Ji, Jessica wrote: Yan: On latest hornsey code, using mimetype = "video/vnd.rn-realmedia" but not "audio/x-pn-realaudio" can fix this issue. Please try again. Best Regards Jessica. Intel Asia-Pacific R&D Ltd.[INET] 8821-6598 -----Original Message----- From: dev-boun...@moblin.org<mailto:dev-boun...@moblin.org> [mailto:dev-boun...@moblin.org] On Behalf Of Jian Lee Sent: 2009年7月14日 11:13 To: Wang Yan Cc: pip...@linux.intel.com<mailto:pip...@linux.intel.com>; Moblin_Dev; i...@openedhand.com<mailto:i...@openedhand.com> Subject: Re: [Moblin Dev] How to make hornsey support RealMedia video format Very good! Maybe you got it. Wang Yan <wy0...@gmail.com><mailto:wy0...@gmail.com> writes: I found that if I add the following patch to hornsey it could start to play the real audio. diff -ur hornsey-1.0~20090703.org/src/hrn-queue.c hornsey-1.0~20090703/src/hrn-queue.c --- hornsey-1.0~20090703.org/src/hrn-queue.c +++ hornsey-1.0~20090703/src/hrn-queue.c @@ -1642,6 +1642,13 @@ { mimetype = "video/foo"; } + else if (g_str_has_suffix (uri, "rm")|| + g_str_has_suffix (uri, "RM")|| + g_str_has_suffix (uri, "rmvb")|| + g_str_has_suffix (uri, "RMVB")) + { + mimetype = "audio/x-pn-realaudio"; + } } g_print ("%s %s----------\n", g_file_get_uri (file), mimetype); I add this patch because I could find the mimetype in gstreamer support list: $gst-inspect-0.10 | grep rmvb typefindfunctions: application/x-pn-realaudio: rmvb, rm, ram, ra typefindfunctions: application/vnc.rn-realmedia: rmvb, rm, ram, ra But it is so strange that if I change the rm default mimetype to "video/vnd.rn-realmedia", there will have no video ouput nor audio output for the realaudio media file. So, any suggestions? Any help will be appreciated. Thanks & BR, Wang Yan Wang Yan wrote: Hi, All I am trying to enable realmedia video playing feature for software hornsey on Moblin. As far as I know, the hornsey use gstreamer as back-end. So I compile gst-plugins-ugly and install it into Moblin system. After I did that, I could play rm video file using gst-launch-0.10 command. Like the following: $gst-launch-0.10 playbin uri=file:///realvideo.rm<file:///\\realvideo.rm> but I still can not using hornsey to play the realmedia video file. Any suggestion on how to make this work? Thanks & BR, Wang Yan _______________________________________________ Moblin dev Mailing List dev@moblin.org<mailto:dev@moblin.org> To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists _______________________________________________ Moblin dev Mailing List dev@moblin.org To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists