Release gdrive - Google Drive Video/Music Add-on
(2017-11-20, 16:53)klesk Wrote:
(2017-11-20, 16:32)dmdsoftware Wrote:
(2017-11-20, 15:25)klesk Wrote: Ok, here is a short test report of the new functions
  •  credentials seems to work for /, /list, /kill with clear browsercache.
  •  with never_stream = true, only the playback of mp4 files seems to work, mkv doesn't work. On palemoon it loads endless, firefox states unsupported mime type (tested on localhost and server). Though, with passthrough enabled, i am able to download the mkv files, mp4 files still work with passthrough enabled. It takes a noticeable  longer amount of time to load.
  •  with never_stream = false mp4/mkv files playback like before, with very fast loading. When i enable passthrough with never_stream = false i only get a white window when i try to playback a file.
  •  sometimes the following error msg occurs, but doesn't seems to have noticeable effect on the running application.
Code:
----------------------------------------
Exception happened during processing of request from ('91.32.141.207', 40276)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 654, in __init__
    self.finish()
  File "/usr/lib/python2.7/SocketServer.py", line 713, in finish
    self.wfile.close()
  File "/usr/lib/python2.7/socket.py", line 283, in close
    self.flush()
  File "/usr/lib/python2.7/socket.py", line 307, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
----------------------------------------
 

never_stream = false & passthrough = true at the same time will result in stream not loading because google drive streams require a cookie to be set and cross-site cookie setting does not work.

Looking at integrating some third party HTML5 movie players to see if that resolves the issue with your MKV files.  I have mostly tested with MP4, AVI, etc.  I'll do further testing   

If you need some mkv testfiles, take a look at http://jell.yfish.us/. Also Kodi provides some testfiles for different format http://kodi.wiki/view/Samples
 Really nice finds.  Going to transfer them to a Google account for testing.  Will come in handy.
Reply


Messages In This Thread
u - by Kraevin - 2015-05-13, 17:37
RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - by dmdsoftware - 2017-11-20, 19:24
Logout Mark Read Team Forum Stats Members Help
gdrive - Google Drive Video/Music Add-on12