View Single Post
  #5 (permalink)  
Old 22nd September 2012
dburckh dburckh is offline
Junior Member
BS.Player Newbie
 
Join Date: Sep 2012
Posts: 2
Rep Power: 0
dburckh is on a distinguished road
Default

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!
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20