You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MediaProtocolMessageStream.loadMedia() fails with some urls containing percent
encoded characters like:
http://<ip>:<port>/%25/blargh.mp4
it throws an exception whose mesage is "uriString".
Pasting above url in Chrome works.
Original issue reported on code.google.com by pujos.mi...@gmail.com on 3 Aug 2013 at 1:13
The text was updated successfully, but these errors were encountered:
Please ignore this issue.
The problem is not in MediaProtocolMessageStream.loadMedia() but a bug in my
code
that was calling Uri.parse() with a null uri.
Original comment by pujos.mi...@gmail.com on 3 Aug 2013 at 1:45
Original issue reported on code.google.com by
pujos.mi...@gmail.com
on 3 Aug 2013 at 1:13The text was updated successfully, but these errors were encountered: