Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'wms'

2110498 - i5noc: mplayer live wms
  1. When reconnecting within a few minutes of a disconnect with no other connected players, our server sends an End of Stream signal. This is allowed in the spec and every player except Mplayer is handling it correctly.
  2.  
  3. Looking at the mplayer source code, they are not parsing the End of Stream packet properly:
  4. http://msdn.microsoft.com/en-us/library/cc251288%28v=prot.10%29.aspx
  5.  
  6. You can test that mplayer does not handle End of Stream + Stream Change (server side playlists) with this url: http://vmc001.sjo.edgecastcdn.net/serverside_playlist.wsx
  7.  
  8. When WMP plays this url it cycles through 4 on-demand files in progression. With mplayer, it plays the first item and reports a chunk error. This is the same scenario we are seeing with Live streams when reconnecting in a 5 minute window.
  9.  
1957810 - wmsviewer.py: osm viewer wms
  1. #!/usr/bin/python
  2. import sys,os
  3. import cgi
  4. import subprocess
  5. from subprocess import PIPE,Popen
  6. import socket
  7. import urllib2,urllib
  8. import tempfile
  9.  
1859958 - wmsviewer.py: osm viewer wms
  1. #!/usr/bin/python
  2. import sys,os
  3. import cgi
  4. import subprocess
  5. from subprocess import PIPE,Popen
  6. import socket
  7. import urllib2,urllib
  8. import tempfile
  9.  
1859694 - wmsviewer.py: osm wms josm
  1. #!/usr/bin/python
  2. import sys,os
  3. import cgi
  4. import subprocess
  5. from subprocess import PIPE,Popen
  6. import socket
  7. import urllib2,urllib
  8. import tempfile
  9.  
worth-right