mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libspark/playback_libeplayer3: treat rtmp/mms as http stream
Origin commit data
------------------
Branch: master
Commit: 079d28cc86
Author: martii <m4rtii@gmx.de>
Date: 2012-11-14 (Wed, 14 Nov 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -129,6 +129,18 @@ bool cPlayback::Start(char *filename, unsigned short vpid, int vtype, unsigned s
|
||||
printf("http://\n");
|
||||
isHTTP = true;
|
||||
}
|
||||
#ifdef MARTII
|
||||
else if(!strncmp("rtmp://", filename, 7))
|
||||
{
|
||||
printf("rtmp://\n");
|
||||
isHTTP = true;
|
||||
}
|
||||
else if(!strncmp("mms://", filename, 6))
|
||||
{
|
||||
printf("mss://\n");
|
||||
isHTTP = true;
|
||||
}
|
||||
#endif
|
||||
else if(!strncmp("file://", filename, 7))
|
||||
{
|
||||
printf("file://\n");
|
||||
|
Reference in New Issue
Block a user