http://bugzilla.rpmfusion.org/show_bug.cgi?id=402
--- Comment #8 from Chris Nolan <chris(a)cenolan.com> 2009-06-13 19:29:32 ---
(In reply to comment #7)
You can build the rpm on F-10 with
rpmbuild -ba --target i386 sp-auth.spec
or on F-11 with
rpmbuild -ba --target i586 sp-auth.spec
Great, that did the trick - built and installed all the RPMs and sopcast-player
is running okay, but I get no video displayed:
$ sopcast-player
Instantiating mediacontrol
Inbound Port: 19995
Outbound Port: 53412
*** Unable to locate valid config! Falling back to auto-detection...
*** Unable to locate PAC! Falling back to direct...
--------------------------------------------------
Then when I actually close the window it crashes out and the sopcast and
sp-auth processes need killing manually:
Traceback (most recent call last):
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 1306, in on_exit
config_manager.write()
File "/usr/share/sopcast-player/lib/ConfigurationManager.py", line 47, in
write
config.set(section_name, attribute_name,
self.__escape(str(attribute_value)))
File "/usr/lib64/python2.6/ConfigParser.py", line 668, in set
"position %d" % (value, m.start()))
ValueError: invalid interpolation syntax in 'mplayer -ontop -geometry
100%%%%:100%%%%' at position 31
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib64/python2.6/threading.py", line 522, in __bootstrap_inner
self.run()
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 135, in run
self.parent.update_statusbar("%s" % _("Connecting"))
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 1350, in
update_statusbar
self.status_bar.push(1, text)
AttributeError: 'NoneType' object has no attribute 'push'
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.