
freetuxtv - issue #175
FreeBoxTV: Une erreur s'est produite durant la lecture de la chaîne
Please complete the following information about your configuration: - FreetuxTV version: 0.6.5~dfsg1-1 - Linux distribution and version: Debian Jessie/SID - VLC version: 1:2.1.0-dmo4 - ISP: Free
Describe here your problem: Same Problem of http://code.google.com/p/freetuxtv/issues/detail?id=171
What is the expected output? What do you see instead?
[FreetuxTV] INFO : Compiled with GTK3 [FreetuxTV] INFO : Compiled with LibVLC version 2.0.8 [FreetuxTV] INFO : Compiled with libnotify version 0.7.5 [FreetuxTV] INFO : Loading FreetuxTV 0.6.5 [FreetuxTV] INFO : Loading user interface from path /usr/local/share/freetuxtv/ui [FreetuxTV] INFO : Initializing user interface [GMMKeys] INFO : Initialize [GMMKeys] INFO : Activating media player keys [GMMKeys] CRITICAL : Unable to grab media player keys: Could not get owner of name 'org.gnome.SettingsDaemon': no such name [FreetuxTV] INFO : Using user configuration dir: /home/kawer/.config/FreetuxTV [FreetuxTV] INFO : DBSync open database [DBEvolution] INFO : Starting database evolution [DBEvolution] INFO : Current database version is 0.6.0.2 [FreetuxTV] INFO : DBSync close database [FreetuxTV] INFO : Loading config file /home/kawer/.config/FreetuxTV/config.ini [FreetuxTV] INFO : Creating media player widget [FreetuxTV] INFO : Initializing LibVLC instance [LibVLC-Gtk] INFO : Using instance vlc options [--no-xlib --no-ignore-config] [FreetuxTV] INFO : DBSync open database [FreetuxTV] INFO : Loading the list of channels [FreetuxTV] INFO : Loading the list of recordings [FreetuxTV] INFO : DBSync close database [FreetuxTV] INFO : Showing the main window, hide splashscreen [FreetuxTV] MESSAGE : Launching channel 'France 2 HD' at '0:0' -> rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=hd [LibVLC-Gtk] INFO : Playing rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=hd [LibVLC-Gtk] INFO : Using vlc options [:deinterlace=0 :access=timeshift :input-timeshift-granularity=50] [0x7f69b0003ac8] filesystem access error: cannot open file /home/kawer/rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=hd (No such file or directory) [0x7f69b0003ac8] main access error: La lecture du fichier a échoué [0x7f69b0003ac8] main access error: VLC n'a pas pu ouvrir le fichier « /home/kawer/rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=hd ». (No such file or directory) [0x2057698] main input error: open of `file:///home/kawer/rtsp%3A//mafreebox.freebox.fr/fbxtv_pub/stream%3Fnamespace%3D1%26service%3D201%26flavour%3Dhd' failed [0x2057698] main input error: Votre média d'entrée ne peut être ouvert [0x2057698] main input error: VLC ne peut pas ouvrir « file:///home/kawer/rtsp%3A//mafreebox.freebox.fr/fbxtv_pub/stream%3Fnamespace%3D1%26service%3D201%26flavour%3Dhd ». Vérifiez les messages pour plus de détails. [FreetuxTV] INFO : Displaying error window [FreetuxTV] INFO : Writing config file /home/kawer/.config/FreetuxTV/config.ini [GMMKeys] INFO : Deactivating media player keys
Comment #1
Posted on Nov 23, 2013 by Massive Wombat(No comment was entered for this change.)
Comment #2
Posted on Nov 23, 2013 by Massive WombatIssue 171 has been merged into this issue.
Comment #3
Posted on Nov 23, 2013 by Massive WombatIssue 173 has been merged into this issue.
Comment #4
Posted on Nov 23, 2013 by Massive WombatIssue 176 has been merged into this issue.
Comment #5
Posted on Jan 18, 2014 by Massive WombatIssue 178 has been merged into this issue.
Comment #6
Posted on Jan 18, 2014 by Massive WombatIssue 179 has been merged into this issue.
Comment #7
Posted on Jan 18, 2014 by Massive CatHi, I compiled and run he last freetuxTV 0.6.6 successfully on debian jessie (xfce). with "configure --with-gtk=3.0" . --with-gtk=2.0 failed with a msg "gtk_box_new" not found. Thank you very much.
Comment #8
Posted on Jan 18, 2014 by Quick DogI get this when wish to make new Version 0.6.6 for FreeBSD
gtk-date-time-picker.o: In function gtk_date_time_picker_init':
gtk-date-time-picker.c:(.text+0x283): undefined reference to
gtk_box_new'
gtk-progress-dialog.o: In function gtk_progress_dialog_new':
gtk-progress-dialog.c:(.text+0x27f): undefined reference to
gtk_box_new'
freetuxtv-player-error-dialog.o: In function freetuxtv_player_error_dialog_init':
freetuxtv-player-error-dialog.c:(.text+0x206): undefined reference to
gtk_box_new'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: * [freetuxtv] Error 1
gmake[2]: Leaving directory /usr/local/ports/local/In-Review/multimedia/freetuxtv/work/freetuxtv-0.6.6/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
/usr/local/ports/local/In-Review/multimedia/freetuxtv/work/freetuxtv-0.6.6'
gmake: * [all] Error 2
Comment #9
Posted on Jan 19, 2014 by Massive WombatWhat is the GTK version you are using?
Comment #10
Posted on Jan 19, 2014 by Quick DogInstalled are gtk1-1.2.10_22 Gimp Toolkit for X11 GUI (previous stable version) gtk2-2.24.19_2 Gimp Toolkit for X11 GUI (previous stable version) --> this is default gtk3-3.8.2_1 Gimp Toolkit for X11 GUI (current stable version) not altogether ported in FreeBSD, not full usable
USE_GNOME= glib20 gtk20 cairo CONFIGURE_ARGS+=--with-gtk=2.0
Comment #11
Posted on Jan 19, 2014 by Massive WombatOK actually i break compatibility with gtk2, i'm sorry but i can't support gtk2 anymore.
You can fix this issue by manually reverting change done in this commit, but i really suggest to try to use gtk3: http://code.google.com/p/freetuxtv/source/detail?r=744
Comment #12
Posted on Jan 19, 2014 by Quick DogThanks many for diff :D
Later when is GTK3 full ported to FreeBSD I switch to GTK3 for FreetuxTV.
I use now in Makefile and build works good
Fix for GTK2
@${REINPLACE_CMD} -e 's|box_new(GTK_ORIENTATION_VERTICAL|vbox_new(FALSE|' \
${WRKSRC}/src/freetuxtv-player-error-dialog.c \
${WRKSRC}/src/gtk-progress-dialog.c
@${REINPLACE_CMD} -e 's|box_new(GTK_ORIENTATION_HORIZONTAL|hbox_new(FALSE|' \
${WRKSRC}/src/gtk-date-time-picker.c
For src/main.c is not needed to change, because g_strcasecmp is deprecated
+if(g_strcasecmp ( -if(g_ascii_strcasecmp (
Comment #13
Posted on Mar 23, 2014 by Massive WombatIssue 183 has been merged into this issue.
Status: Fixed
Labels:
Type-Defect
Priority-High
OpSys-Linux
Milestone-Release0.6.6