View Poll Results: What type of interface would you prefer?

Voters
155. You may not vote on this poll
  • Both player and channel guide on the same window

    107 69.03%
  • Separate windows for player and channel guide (current configuration)

    48 30.97%
Page 1 of 49 12311 ... LastLast
Results 1 to 10 of 481

Thread: New App: SopCast Player for Ubuntu

  1. #1
    Join Date
    Nov 2008
    Location
    Denver, UK
    Beans
    271
    Distro
    Ubuntu 9.10 Karmic Koala

    New App: SopCast Player for Ubuntu

    Hello all,

    I created a new SopCast front-end and would love it if people would help test it out a bit. It features a built-in player and a channel guide with the ability to bookmark favorite channels. Currently the only available language is English, but I'm working with a few people to try and bring support for Japanese and Chinese as well. Let me know what needs improvement, and please, be honest.

    http://code.google.com/p/sopcast-player

    btw. Be sure to read the Installation notes on the website before you install, due to the GPL I am unable to include the SopCast client program in the package.

    flyguy97

  2. #2
    Join Date
    Apr 2007
    Beans
    7

    Re: New App: SopCast Player for Ubuntu

    Works great for me! Thats really good timing to post this too!

  3. #3
    Join Date
    Nov 2008
    Location
    Denver, UK
    Beans
    271
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: New App: SopCast Player for Ubuntu

    Quote Originally Posted by dafoo21 View Post
    Works great for me! Thats really good timing to post this too!
    I'm glad it installed ok. Any feedback about the player?

  4. #4
    Join Date
    Apr 2006
    Beans
    Hidden!
    Distro
    Edgy Eft Testing

    Re: New App: SopCast Player for Ubuntu

    On Jaunty i get this error
    Code:
    The program 'sopcast-player.py' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'RenderBadPicture (invalid Picture parameter)'.
      (Details: serial 7552 error_code 170 request_code 152 minor_code 7)
      (Note to programmers: normally, X errors are reported asynchronously;
       that is, you will receive the error a while after causing it.
       To debug your program, run it with the --sync command line
       option to change this behavior. You can then get a meaningful
       backtrace from your debugger if you break on the gdk_x_error() function.)
    ranjan@media-workhorse:~$ python: ../../src/xcb_io.c:182: process_responses: Assertion `((int) (((dpy->last_request_read)) - ((dpy->request))) <= 0)' failed.
    Running it with --sync
    Code:
    Traceback (most recent call last):
      File "/usr/bin/sopcast-player.py", line 744, in on_channel_treeview_row_activated
        self.parent.play_channel(self.selection[9], self.selection[1])
      File "/usr/bin/sopcast-player.py", line 394, in play_channel
        self.fork_sop.fork_sop(self.channel_url, str(self.inbound_port), str(self.outbound_port))
      File "/usr/share/sopcast-player/lib/fork.py", line 42, in fork_sop
        os.execlp("sp-sc", "sp-sc", self.sop_address, self.inbound_port, self.outbound_port)
      File "/usr/lib/python2.5/os.py", line 337, in execlp
        execvp(file, args)
      File "/usr/lib/python2.5/os.py", line 354, in execvp
        _execvpe(file, args)
      File "/usr/lib/python2.5/os.py", line 390, in _execvpe
        func(fullname, *argrest)
    OSError: [Errno 2] No such file or directory
    sopcast-player.py: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    sopcast-player.py: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.

  5. #5
    Join Date
    Nov 2008
    Location
    Denver, UK
    Beans
    271
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: New App: SopCast Player for Ubuntu

    ***Update*** I was able to reproduce the bug in Intrepid. A fix has been found and will be incorporated into the next release which will hopefully be out by Jan 12.

    Thank you for your reply, I will look into this. I believe it is a problem with the way I fork my process. I will post an updated binary this weekend if I am able to track it down by then. Does this affect playback? Did it terminate the program? What were you doing when the error showed up? An issue has been logged on my project page. Progress of this and all bugs can be monitored at the project issues page http://code.google.com/p/sopcast-player/issues/list. Thank you again for you post.

    Jason

    Quote Originally Posted by ranjandatta View Post
    On Jaunty i get this error
    Code:
    The program 'sopcast-player.py' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'RenderBadPicture (invalid Picture parameter)'.
      (Details: serial 7552 error_code 170 request_code 152 minor_code 7)
      (Note to programmers: normally, X errors are reported asynchronously;
       that is, you will receive the error a while after causing it.
       To debug your program, run it with the --sync command line
       option to change this behavior. You can then get a meaningful
       backtrace from your debugger if you break on the gdk_x_error() function.)
    ranjan@media-workhorse:~$ python: ../../src/xcb_io.c:182: process_responses: Assertion `((int) (((dpy->last_request_read)) - ((dpy->request))) <= 0)' failed.
    Running it with --sync
    Code:
    Traceback (most recent call last):
      File "/usr/bin/sopcast-player.py", line 744, in on_channel_treeview_row_activated
        self.parent.play_channel(self.selection[9], self.selection[1])
      File "/usr/bin/sopcast-player.py", line 394, in play_channel
        self.fork_sop.fork_sop(self.channel_url, str(self.inbound_port), str(self.outbound_port))
      File "/usr/share/sopcast-player/lib/fork.py", line 42, in fork_sop
        os.execlp("sp-sc", "sp-sc", self.sop_address, self.inbound_port, self.outbound_port)
      File "/usr/lib/python2.5/os.py", line 337, in execlp
        execvp(file, args)
      File "/usr/lib/python2.5/os.py", line 354, in execvp
        _execvpe(file, args)
      File "/usr/lib/python2.5/os.py", line 390, in _execvpe
        func(fullname, *argrest)
    OSError: [Errno 2] No such file or directory
    sopcast-player.py: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    sopcast-player.py: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    Last edited by flyguy97; January 11th, 2009 at 03:32 AM.

  6. #6
    Join Date
    Jul 2005
    Beans
    740
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: New App: SopCast Player for Ubuntu

    the problem with the old sopcast player for linux was that you couldn't enter a sopcast URL into it, can this let you do that?

  7. #7
    Join Date
    Nov 2008
    Location
    Denver, UK
    Beans
    271
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: New App: SopCast Player for Ubuntu

    Yes, just enter into the channel bar at the bottom and hit enter or press play. Make sure just to enter the channel address, no port information or anything like that. Also be sure to checkout the bookmark feature, saves from having to remember the sop address.

    Jason

    Quote Originally Posted by pt123 View Post
    the problem with the old sopcast player for linux was that you couldn't enter a sopcast URL into it, can this let you do that?
    Last edited by flyguy97; January 7th, 2009 at 07:17 AM.

  8. #8
    Join Date
    Apr 2006
    Location
    Arkansas
    Beans
    237
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: New App: SopCast Player for Ubuntu

    Code:
    Traceback (most recent call last):
      File "/usr/bin/sopcast-player.py", line 39, in <module>
        import vlc
    ImportError: libvlc.so.0: cannot open shared object file: No such file or directory
    I have VLC 0.9.4 Grishenko according to VLC's about or, 0.9.4-1ubuntu3 according to synaptic.
    I am running Intrepid

  9. #9
    Join Date
    Sep 2007
    Location
    Warsaw, Poland
    Beans
    629
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: New App: SopCast Player for Ubuntu

    Works perfectly. Thanks.

    PS-Is there website that lists other channels?

  10. #10
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: New App: SopCast Player for Ubuntu

    great

    Im trying to install deb from google.code, y use hardy and "dependency is not satisfaciable"
    in hardy there is 0.8.6, in deb: >=0.9.4

    If i try to remake deb, i can install but:

    Code:
    jjgomera@ordenata:~$ sopcast-player.py 
    Traceback (most recent call last):
      File "/usr/bin/sopcast-player.py", line 39, in <module>
        import vlc
    ImportError: libvlc.so.2: no se puede abrír el archivo de objeto compartido: No existe el fichero ó directorio
    
    jjgomera@ordenata:~$ sudo ln -s /usr/lib/libvlc.so.0.0.0 /usr/lib/libvlc.so.2
    
    jjgomera@ordenata:~$ sopcast-player.py 
    Traceback (most recent call last):
      File "/usr/bin/sopcast-player.py", line 39, in <module>
        import vlc
    ImportError: /usr/share/sopcast-player/lib/vlc.so: undefined symbol: libvlc_media_player_has_vout
    or really is necesary this vlc version?
    Last edited by jjgomera; January 7th, 2009 at 10:45 AM.
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

Page 1 of 49 12311 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •