tcking / GiraffePlayer

android video player base on ijkplayer
Apache License 2.0
681 stars 199 forks source link

Playing UDP over HTTP support? #75

Closed SuperUserek closed 7 years ago

SuperUserek commented 7 years ago

Hi developers, just had a try out to use this player to play several types of protocols, and i have found out that. Player has crashed trying to play this url. http://95.30.149.67:2002/udp/233.33.210.6:5050 It trying to play but eventually it goes bang, if you have an solution to play such us stream, that would be great to hear. (btw. i have used extended liblaries downloaded from the top of readme file and used example app to play them)

Thanks for any help. Regards.

SuperUserek commented 7 years ago

Hi guys, just letting you know that i was able to play this url if i made php redirect to this address, it seems that giraffeplayer does not like /udp/ in the middle of url. Its parser was stoping to playing it. To try just make tinyurl out of any /udp/ url and type it in giraffe player. Will work fine. Thanks