[vlc-devel] [PATCH 1/2] handle rtsp URI
Rafaël Carré
funman at videolan.org
Mon Mar 5 12:11:03 CET 2012
Le 05/03/2012 05:35, Thomas Clavier a écrit :
> 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>
Looks much better, thanks!
Can you resend in git patch format with a better log? (to mention MMS)
More information about the vlc-devel
mailing list