A Python UPnP Media Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
855 B

  1. General Functionality
  2. error w/o media dir x
  3. PS3 DSM-520 Cidero Intel
  4. Discovered x x x
  5. remains after 30m
  6. FSStorage x x x
  7. zip x x x
  8. tar x x x
  9. rar x 2 x
  10. mpegtsmod x x 3
  11. shoutcast 4 1 3
  12. dvd
  13. pyvr x x x
  14. 1 - Possible error in errRequest, changed ign to failure, hard to reproduce.
  15. Need to handle other NotImplemented err backs.
  16. 2 - hangs when opening large files. Need to switch to threads and a deferred.
  17. 3 - No render to test video
  18. 4 - PS3 cannot stream audio.
  19. Did not have access to a Windows box for testing the Intel tools.
  20. Did not have an ISO handy for testing the dvd module. Anyways the DVD module
  21. is incomplete and would have had failures.
  22. I did not have time to test the disappearing media server, but am possitive
  23. I fixed it w/ changes to rebroadcast my announcements before the previous
  24. one timed out.