[vlc-devel] [PATCH 1/2] handle rtsp URI

Thomas Clavier tom at tcweb.org
Mon Mar 5 11:35:09 CET 2012


On 01/03/2012 00:24, Jean-Baptiste Kempf wrote:
>> Can this be merged with the existing http entry?
>>
>> We'll likely add more protocols (mms, etc)
> +1
>
> Best regards,
>
you are right, we can merge and we can support others protocols :-)

--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -71,15 +71,9 @@
                 <category android:name="android.intent.category.DEFAULT" />
 
                 <data android:mimeType="video/*" />
-            </intent-filter>
-            <intent-filter>
-                <action android:name="android.intent.action.VIEW" />
-
-                <category android:name="android.intent.category.DEFAULT" />
-
-                <data
-                    android:mimeType="video/*"
-                    android:scheme="http" />
+                <data android:mimeType="video/*" android:scheme="http" />
+                <data android:mimeType="video/*" android:scheme="rtsp" />
+                <data android:mimeType="video/*" android:scheme="mms" />
             </intent-filter>
         </activity>
         <activity
@@ -115,4 +109,4 @@
         </receiver>
     </application>
 


-- 
Thomas Clavier                 http://www.tcweb.org
Jabber/XMPP/MSN/Gtalk :        tom at jabber.tcweb.org
+33 (0)6 20 81 81 30           +33 (0)950 783 783


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120305/5a1dd70b/attachment.sig>


More information about the vlc-devel mailing list