So, I'm trying to implement this on the server side (Nexus Media Importer) because a lot of people have been asking for it.
When I send you:
Code:
http://127.0.0.1:34427/play/Tangled.mkv?id=61&ext=.mkv
You are sending me this:
Code:
POST /play/Tangled.mkv?id=61&ext=.srt HTTP/1.1
User-Agent: Dalvik/1.6.0 (Linux; U; Android 4.1.1; Nexus 7 Build/JRO03D)
Host: 127.0.0.1:34427
Connection: Keep-Alive
Accept-Encoding: gzip
Content-Type: application/x-www-form-urlencoded
Content-Length: 0
Would this normally be a GET? Are you expecting the URL back, or the actual .srt file? If the URL, can you give me an example format? (I'm looking for the key)
Thanks!