Any ideas ?
Mac & Linux fans, you can now watch the GSL live. - Page 8
Forum Index > Tech Support |
Growiel
Korea (South)363 Posts
Any ideas ? | ||
MooseMasher
Sweden42 Posts
Worked like a charm, except that I had to specify my email on the command line even tho I already put it in linux/play.sh Thanks a lot Haze! <3 To previous poster: Mine's running on what I assume is the latest vlc for ubuntu. Not vey helpful I know, just thought I'd let you know. | ||
Growiel
Korea (South)363 Posts
I had to modify the script to use Kaffeine instead of VLC though, but it's easy. | ||
Yenticha
257 Posts
On September 21 2012 18:20 Growiel wrote: Sorry for resurecting this, but since ubuntu upgraded to VLC 2.x, GOMStreamer is not working. I only have sound, no video. Any ideas ? Yeah I have similar problem. Mac osx 10.6, VLC 2.0.3, and the stream wont even start.. Anybody with a solution? | ||
lolstarz
Canada65 Posts
On September 30 2012 16:22 Growiel wrote: I downloaded another player (Kaffeine) and it's working. I had to modify the script to use Kaffeine instead of VLC though, but it's easy. Would you mind doing some of us a big favour and documenting your changes? I poked around but I'm new to linux and python, so I didn't get too far beyond having it start kaffeine and doing nothing. | ||
Growiel
Korea (South)363 Posts
On October 13 2012 05:46 lolstarz wrote: Would you mind doing some of us a big favour and documenting your changes? I poked around but I'm new to linux and python, so I didn't get too far beyond having it start kaffeine and doing nothing. Keep in mind that this is just a dirty fix to run Kaffeine instead of VLC on Linux. I did not clean up the code (some now useless VLC stuff) and I did not fix it for windows or Mac OS. This also breaks the "record to file" function, it realy just gets the stream and launches it with Kaffeine as it's the only usage I actually have of the GomStreamer. 0: Backup your gomstreamer.py file 1: Open the gomstreamer.py and remove everything from line 110 to line 129. 2: Remove everything from live 116 to 119 (it looks like it's the same line numbers, but remember that we removed some lines earlier) 3: Add the following line before # Executing command (should now be line 118 or close) cmd = "kaffeine "+url 4: Save and enjoy. IMPORTANT : When modifying the file, you have to keep the right indentation (keep the stuff aligned) If it doesn't I can try to help, but I really just provided you with the ugly stuff I did :D. I usually get the stream URL by hand anyways, it's not that hard. | ||
| ||