WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: REQUEST me-tv for TC 9.x86  (Read 3290 times)

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
REQUEST me-tv for TC 9.x86
« on: October 17, 2018, 06:44:46 AM »
I want to test my DVB-T USB Tuner with H.264 signal in TC9 x86.

It would be also good to have scan software, but I can't compile this w_scan fork.  https://github.com/stefantalpalaru/w_scan2

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: REQUEST me-tv for TC 9.x86
« Reply #1 on: November 01, 2018, 08:55:50 AM »
it looks like TC7 32-bit was the last version where me-tv was working.
In TC8 32-bit and TC9 32-bit I get something like this.
Quote
Program received signal SIGSEGV, Segmentation fault.
0xb74c5933 in g_strdup () from /usr/local/lib/libglib-2.0.so.0

According to https://answers.launchpad.net/me-tv/+question/673323
me-tv is not compatible with modern Linux versions anymore.

Unfortunately the latest version of VLC was compiled without DVB support. The only working version is vlc-full.tcz from TC4 32-bit.

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: REQUEST me-tv for TC 9.x86
« Reply #2 on: December 07, 2018, 07:26:24 AM »
I found workaround how to use me-tv in latest TinyCore 9 32-bit. I use old extensions from TC 4.x 32-bit.

Here is script I use in TC5 32-bit.
Code: [Select]
#for TC 5.x with alsa
tce-load -iw v4l-dvb-3.8.13-tinycore.tcz
tce-load -iw pango.tcz
tce-load -iw firmware.tcz
tce-load -iw libpng.tcz
sudo ln -s /usr/local/lib/libpng16.so.16.2.0 /usr/lib/libpng12.so.0
tce-load -iw gdk-pixbuf2.tcz

cd /tmp
cd tce
cd optional
wget http://tinycorelinux.net/4.x/x86/tcz/me-tv.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/gconfmm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/libunique.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/GConf.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/ORBit2.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/cairomm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/libcairomm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/pangomm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/dbus-glib.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/libsigc++.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/glibmm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/atkmm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/atk.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/gtkmm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/gtk2.tcz

tce-load -i gtkmm.tcz
tce-load -i atk.tcz
tce-load -i me-tv.tcz
tce-load -i gconfmm.tcz
tce-load -i libunique.tcz
tce-load -i GConf.tcz
tce-load -i ORBit2.tcz
tce-load -i libiconv.tcz
tce-load -i libcairomm.tcz
tce-load -i cairomm.tcz
tce-load -i pangomm.tcz
tce-load -i dbus-glib.tcz
tce-load -i libsigc++.tcz
tce-load -i glibmm.tcz
tce-load -i atkmm.tcz
tce-load -i gtk2.tcz
tce-load -iw atk.tcz
tce-load -iw libXrandr.tcz
tce-load -iw libXcursor.tcz
tce-load -iw libXcomposite.tcz
tce-load -iw dbus.tcz
tce-load -iw libpng12.tcz
tce-load -iw xine-lib.tcz
tce-load -iw libffi5.tcz
tce-load -iw sqlite3.tcz
sudo ln -s /tmp/tcloop/xine-lib/usr/local/lib/libxine.so.2.3.1 /usr/lib/libxine.so.1

amixer set PCM 100% unmute
amixer set Master 100% unmute
sudo modprobe snd-seq-oss
sudo modprobe snd-pcm-oss

Here is script I use in TC6, TC7, TC8, TC9 32-bit.
Code: [Select]
tce-load -iw wget.tcz
cd /home/tc
wget --no-check-certificate https://github.com/OpenELEC/dvb-firmware/archive/master.zip
unzip *.zip
cd dvb-firmware-master
sudo ./install

#for TC 6.x
tce-load -iw v4l-dvb-3.16.6-tinycore.tcz
#for TC  7.x
tce-load -iw v4l-dvb-4.2.9-tinycore.tcz
#for TC  8..x
tce-load -iw v4l-dvb-4.8.17-tinycore.tcz
#for TC 9.x
tce-load -iw v4l-dvb-4.14.10-tinycore.tcz

cd /tmp
cd tce
cd optional
wget http://tinycorelinux.net/4.x/x86/tcz/me-tv.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/xine-xvesa.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/gconfmm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/libunique.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/GConf.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/ORBit2.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/libiconv.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/cairomm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/libcairomm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/pangomm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/dbus-glib.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/libsigc++.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/glibmm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/atkmm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/gtkmm.tcz
wget http://tinycorelinux.net/4.x/x86/tcz/gtk2.tcz

tce-load -i gtkmm.tcz
tce-load -i me-tv.tcz
tce-load -i gconfmm.tcz
tce-load -i libunique.tcz
tce-load -i GConf.tcz
tce-load -i ORBit2.tcz
tce-load -i libiconv.tcz
tce-load -i libcairomm.tcz
tce-load -i cairomm.tcz
tce-load -i pangomm.tcz
tce-load -i dbus-glib.tcz
tce-load -i libsigc++.tcz
tce-load -i glibmm.tcz
tce-load -i atkmm.tcz
tce-load -i gtk2.tcz
tce-load -iw atk.tcz
tce-load -iw libXrandr.tcz
tce-load -iw libXcursor.tcz
tce-load -iw libXcomposite.tcz
tce-load -iw dbus.tcz
tce-load -iw libpng12.tcz
tce-load -iw xine-lib.tcz
tce-load -iw libffi5.tcz
tce-load -iw sqlite3.tcz
sudo ln -s /tmp/tcloop/xine-lib/usr/local/lib/libxine.so.2.3.1 /usr/lib/libxine.so.1

amixer set PCM 100% unmute
amixer set Master 100% unmute
sudo modprobe snd-seq-oss
sudo modprobe snd-pcm-oss

Edit: changed quote tags for code tags
« Last Edit: December 07, 2018, 09:41:31 PM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: REQUEST me-tv for TC 9.x86
« Reply #3 on: December 10, 2018, 12:46:47 AM »
There is an uptodated version of me-tv here:

https://github.com/Me-TV/Me-TV/releases

..however, it looks like it needs cargo/rust to compile.
« Last Edit: December 10, 2018, 04:28:04 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: REQUEST me-tv for TC 9.x86
« Reply #4 on: December 12, 2018, 11:17:25 PM »
Unfortunately the latest version of VLC was compiled without DVB support. The only working version is vlc-full.tcz from TC4 32-bit.

You could try vlc3 to see if that works?

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: REQUEST me-tv for TC 9.x86
« Reply #5 on: December 13, 2018, 08:35:36 PM »
It doesn't work. Those two modules are needed.
mux_ts     TS muxer (libdvbpsi)
ts            MPEG Transport Stream demuxer (libts_plugin.so)

This is list of modules iinside vlc-full.tcz in TC4, maybe it will help you.
Code: [Select]
tc@box:~$ vlc --list
VLC media player 2.0.4 Twoflower (revision 2.0.3-289-g6e6100a)
 visual                 Visualizer filter
 goom                   Goom effect
 yuv                    YUV video output
 xcb_xv                 XVideo output (XCB)
 xcb_x11                X11 video output (XCB)
 xcb_window             X11 video window (XCB)
 xcb_window             Embedded window video
 vout_sdl               Simple DirectMedia Layer video output
 vmem                   Video memory output
 vdummy                 Dummy video output
 vdummy                 Statistics video output
 fb                     GNU/Linux framebuffer video output
 yuvp                   YUVP converter
 wave                   Wave video filter
 wall                   Wall video filter
 transform              Video transformation filter
 swscale                Video scaling filter
 subsdelay              Subtitles delay
 sharpen                Sharpen video filter
 sepia                  Sepia video filter
 scene                  Scene video filter
 scale                  Video scaling filter
 rss                    RSS and Atom feed display
 rotate                 Rotate video filter
 ripple                 Ripple video filter
 remoteosd              Remote-OSD over VNC
 puzzle                 Puzzle interactive game video filter
 psychedelic            Psychedelic video filter
 postproc               Video post processing filter
 posterize              Posterize video filter
 panoramix              Panoramix: wall with overlap video filter
 osdmenu                On Screen Display menu
 motiondetect           Motion detect video filter
 motionblur             Motion blur filter
 mosaic                 Mosaic video sub source
 mirror                 Mirror video filter
 marq                   Marquee display
 magnify                Magnify/Zoom interactive video filter
 logo                   Logo sub source
 logo                   Logo video filter
 invert                 Invert video filter
 hqdn3d                 High Quality 3D Denoiser filter
 grain                  Grain video filter
 gradient               Gradient video filter
 gradfun                Gradfun video filter
 gaussianblur           Gaussian blur video filter
 extract                Extract RGB component video filter
 erase                  Erase video filter
 dynamicoverlay         Dynamic video overlay
 deinterlace            Deinterlacing video filter
 croppadd               Video scaling filter
 colorthres             Color threshold filter
 clone                  Clone video filter
 chain                  Video filtering using a chain of video filter modules
 canvas                 Canvas video filter
 bluescreen             Bluescreen video filter
 blendbench             Blending benchmark filter
 blend                  Video pictures blending
 ball                   Ball video filter
 audiobargraph_v        Audio Bar Graph Video sub source
 audiobargraph_v        Audio Bar Graph Video sub source
atmo                   AtmoLight Filter
antiflicker            antiflicker video filter
alphamask              Alpha mask video filter
adjust                 Image properties filter
yuy2_i422              Conversions from YUY2,YUNV,YVYU,UYVY,UYNV,Y422,cyuv to I422
yuy2_i420              Conversions from YUY2,YUNV,YVYU,UYVY,UYNV,Y422,cyuv to I420
rv32                   RV32 conversion filter
i422_yuy2              Conversions from I422 to YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv,Y211
i422_i420              Conversions from I422,J422 to I420,IYUV,J420,YV12,YUVA
i420_yuy2              Conversions from I420,IYUV,YV12 to YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv,Y211
i420_rgb               I420,IYUV,YV12 to RGB2,RV15,RV16,RV24,RV32 conversions
grey_yuv               Conversions from GREY to I420,YUY2
tdummy                 Dummy font renderer
freetype               Freetype2 font renderer
stream_out_transcode   Transcode stream output
stream_out_standard    Standard stream output
stream_out_smem        Stream output to memory buffer
stream_out_setid       Change the id of an elementary stream
stream_out_setid       Change the language of an elementary stream
stream_out_select      Select individual es to enable or disable from stream
stream_out_rtp         RTP stream output
stream_out_rtp         RTSP VoD server
stream_out_record      Record stream output
stream_out_raop        Remote Audio Output Protocol stream output
stream_out_mosaic_bridge Mosaic bridge stream output
stream_out_langfromtelx Dynamic language setting from teletext
stream_out_gather      Gathering stream output
stream_out_es          Elementary stream output
stream_out_duplicate   Duplicate stream output
stream_out_dummy       Dummy stream output
stream_out_display     Display stream output
stream_out_description Description stream output
stream_out_delay       Delay a stream
stream_out_bridge      Bridge stream output
stream_out_bridge      Bridge stream output
stream_out_bridge      Bridge stream output
stream_out_autodel     Automatically add/delete input streams
stream_filter_record   Internal stream record
stream_filter_httplive Http Live Streaming stream filter
stream_filter_dash     Dynamic Adaptive Streaming over HTTP
decomp                 Decompression
decomp                 Decompression
decomp                 Decompression
i422_yuy2_sse2         SSE2 conversions from I422 to YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv
i420_yuy2_sse2         SSE2 conversions from I420,IYUV,YV12 to YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv
i420_rgb_sse2          SSE2 I420,IYUV,YV12 to RV15,RV16,RV24,RV32 conversions
xcb_apps               Screen capture
xcb_apps               Screen capture
sap                    Network streams (SAP)
sap                    SDP Descriptions parser
sap                    Network streams (SAP)
podcast                Podcasts
podcast                Podcasts
mediadirs              My Videos
mediadirs              My Videos
mediadirs              My Pictures
mediadirs              My Music
packetizer_vc1         VC-1 packetizer
packetizer_mpegvideo   MPEG-I/II video packetizer
packetizer_mpeg4video  MPEG4 video packetizer
packetizer_mpeg4audio  MPEG4 audio packetizer
packetizer_mlp         MLP/TrueHD parser
packetizer_h264        H.264 video packetizer
packetizer_flac        Flac audio packetizer
packetizer_dirac       Dirac packetizer
packetizer_copy        Copy packetizer
telepathy              Telepathy "Now Playing" (MissionControl)
mux_wav                WAV muxer
mux_ts                 TS muxer (libdvbpsi)
mux_ps                 PS muxer
mux_ogg                Ogg/OGM muxer
mux_mpjpeg             Multipart JPEG muxer
mux_mp4                MP4/MOV muxer
mux_dummy              Dummy/Raw muxer
mux_avi                AVI muxer
mux_asf                ASF muxer
memcpymmxext           MMX EXT memcpy
memcpymmx              MMX memcpy
i422_yuy2_mmx          MMX conversions from I422 to YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv
i420_yuy2_mmx          MMX conversions from I420,IYUV,YV12 to YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv
i420_rgb_mmx           MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32 conversions
xscreensaver           X Screensaver disabler
xml                    XML Parser (using libxml2)
xml                    XML Parser (using libxml2)
xdg_screensaver        XDG screen saver inhibition
vod_rtsp               RTSP VoD server
stats                  Stats encoder function
stats                  Stats demux function
stats                  Stats decoder function
osd_parser             osd_parser
osd_parser             XML OSD configuration importer
osd_parser             OSD configuration importer
memcpy                 libc memcpy
logger                 File logging
inhibit                Power Management Inhibitor
export                 export
export                 HTML playlist export
export                 XSPF playlist export
export                 M3U8 playlist export
export                 M3U playlist export
audioscrobbler         Submission of played songs to last.fm
taglib                 taglib
taglib                 taglib
folder                 Folder meta data
lua                    Lua interpreter
lua                    Lua interpreter
lua                    French TV
lua                    Freebox TV
lua                    Lua SD Module
lua                    Lua Extension
lua                    Fetch artwork using lua scripts
lua                    Lua Playlist Parser Interface
lua                    Read meta data using lua scripts
lua                    Fetch meta data using lua scripts
lua                    Lua Telnet
lua                    Remote control interface
lua                    Lua HTTP
skins2                 Skinnable Interface
skins2                 Skinnable Interface
qt4                    Qt interface
qt4                    Qt interface
qt4                    Dialogs provider
ncurses                Ncurses interface
xa                     XA demuxer
wav                    WAV demuxer
voc                    VOC demuxer
vobsub                 Vobsub subtitles parser
vc1                    VC1 video demuxer
ty                     TY Stream audio/video demux
tta                    TTA demuxer
ts                     MPEG Transport Stream demuxer
subtitle               Text subtitles parser
smf                    SMF demuxer
real                   Real demuxer
rawvid                 Raw video demuxer
rawdv                  DV (Digital Video) demuxer
rawaud                 Raw audio demuxer
pva                    PVA demuxer
ps                     MPEG-PS demuxer
ps                     MPEG-PS demuxer
playlist               Playlist
playlist               ZPL playlist import
playlist               WPL playlist import
playlist               iTunes Music Library importer
playlist               Dummy ifo demux
playlist               Google Video Playlist importer
playlist               QuickTime Media Link importer
playlist               Kasenna MediaBase parser
playlist               ASX playlist import
playlist               New winamp 5.2 shoutcast import
playlist               XSPF playlist import
playlist               Podcast parser
playlist               DVB playlist import
playlist               B4S playlist import
playlist               PLS playlist import
playlist               RAM playlist import
playlist               M3U playlist import
ogg                    OGG demuxer
nuv                    Nuv demuxer
nsv                    NullSoft demuxer
nsc                    Windows Media NSC metademux
mpgv                   MPEG-I/II video demuxer
mpc                    MusePack demuxer
mp4                    MP4 stream demuxer
mod                    MOD demuxer (libmodplug)
mkv                    Matroska stream demuxer
mjpeg                  M-JPEG camera demuxer
live555                RTP/RTSP/SDP demuxer (using Live555)
live555                RTSP/RTP access and demux
image                  Image demuxer
h264                   H264 video demuxer
flacsys                FLAC demuxer
 es                     MPEG-I/II/4 / A52 / DTS / MLP audio
es                     MPEG-4 video
dirac                  Dirac video demuxer
demuxdump              File dumper
demux_stl              EBU STL subtitles parser
demux_cdg              CDG demuxer
avi                    AVI demuxer
avformat               Avformat demuxer
avformat               Avformat muxer
au                     AU demuxer
asf                    ASF/WMV demuxer
aiff                   AIFF demuxer
oldrc                  Remote control interface
netsync                Network synchronization
motion                 motion control interface
hotkeys                Hotkeys management interface
globalhotkeys          Global Hotkeys interface
gestures               Mouse gestures control interface
dummy                  Dummy interface
dbus                   D-Bus control interface
zvbi                   VBI and Teletext decoder
x264                   H.264/MPEG4 AVC encoder (x264)
vorbis                 Vorbis audio decoder
vorbis                 Vorbis audio encoder
vorbis                 Vorbis audio packetizer
twolame                Libtwolame audio encoder
theora                 Theora video decoder
theora                 Theora video encoder
theora                 Theora video packetizer
t140                   T.140 text encoder
svcdsub                Philips OGT (SVCD subtitle) decoder
svcdsub                Philips OGT (SVCD subtitle) packetizer
subsusf                USF subtitles decoder
subsdec                Text subtitles decoder
stl                    EBU STL subtitles decoder
spudec                 DVD subtitles decoder
spudec                 DVD subtitles packetizer
speex                  Speex audio decoder
speex                  Speex audio encoder
speex                  Speex audio packetizer
sdl_image              SDL_image video decoder
schroedinger           Dirac video decoder using libschroedinger
schroedinger           Dirac video encoder using libschroedinger
rawvideo               Pseudo raw video decoder
rawvideo               Pseudo raw video packetizer
png                    PNG video decoder
mpeg_audio             MPEG audio layer I/II/III decoder
mpeg_audio             MPEG audio layer I/II/III packetizer
lpcm                   Linear PCM audio decoder
lpcm                   Linear PCM audio encoder
lpcm                   Linear PCM audio packetizer
libmpeg2               MPEG I/II video decoder (using libmpeg2)
libass                 Subtitle renderers using libass
flac                   Flac audio decoder
flac                   Flac audio encoder
faad                   AAC audio decoder (using libfaad2)
edummy                 Dummy encoder
dvbsub                 DVB subtitles decoder
dvbsub                 DVB subtitles encoder
dts                    DTS parser
dts                    DTS audio packetizer
ddummy                 Dummy decoder
ddummy                 Dump decoder
cvdsub                 CVD subtitle decoder
cvdsub                 Chaoji VCD subtitle packetizer
cdg                    CDG video decoder
cc                     Closed Captions decoder
avcodec                FFmpeg audio/video decoder
avcodec                FFmpeg deinterlace video filter
avcodec                FFmpeg audio/video encoder
araw                   Raw/Log Audio decoder
araw                   Raw audio encoder
aes3                   AES3/SMPTE 302M audio decoder
aes3                   AES3/SMPTE 302M audio packetizer
adpcm                  ADPCM audio decoder
a52                    A/52 parser
a52                    A/52 audio packetizer
oss                    Open Sound System
aout_file              File audio output
amem                   Audio memory output
alsa                   ALSA audio output
adummy                 Dummy audio output
float32_mixer          Float32 audio mixer
fixed32_mixer          Fixed-point audio mixer
ugly_resampler         Nearest-neighbor audio resampler
trivial_channel_mixer  Audio filter for trivial channel mixing
speex_resampler        Speex resampler
spatializer            Audio Spatializer
simple_channel_mixer   Audio filter for simple channel mixing
scaletempo             Audio tempo scaler synched with rate
samplerate             Secret Rabbit Code (libsamplerate) resampler
param_eq               Parametric Equalizer
normvol                Volume normalizer
mpgatofixed32          MPEG audio decoder
mono                   Audio filter for stereo to mono conversion
karaoke                Simple Karaoke filter
headphone_channel_mixer Headphone virtual spatialization effect
equalizer              Equalizer with 10 bands
dtstospdif             Audio filter for DTS->S/PDIF encapsulation
dtstofloat32           DTS Coherent Acoustics audio decoder
dolby_surround_decoder Simple decoder for Dolby Surround encoded streams
converter_fixed        Fixed point audio format conversions
converter_fixed        Fixed point audio format conversions
compressor             Dynamic range compressor
chorus_flanger         Sound Delay
audiobargraph_a        Audio part of the BarGraph function
audio_format           Audio filter for PCM format conversion
a52tospdif             Audio filter for A/52->S/PDIF encapsulation
a52tofloat32           ATSC A/52 (AC-3) audio decoder
access_output_udp      UDP stream output
access_output_shout    IceCAST output
access_output_livehttp HTTP Live streaming output
access_output_http     HTTP stream output
access_output_file     File stream output
access_output_dummy    Dummy stream output
zip                    Zip files filter
zip                    Zip access
xcb_screen             Screen capture (with X11/XCB)
vcd                    VCD input
stream_filter_rar      Uncompressed RAR
sdp                    Session Description Protocol
rtp                    Real-Time Protocol (RTP) input
pvr                    IVTV MPEG Encoding cards input
linsys_sdi             SDI Input
linsys_sdi             SDI Demux
linsys_hdsdi           HD-SDI Input
idummy                 Dummy input
filesystem             File input
filesystem             File input
dvdread                DVDRead Input (no menu support)
dvdnav                 DVDnav Input
dtv                    Digital Television and Radio
cdda                   Audio CD input
access_vdr             VDR recordings
access_udp             UDP input
access_tcp             TCP input
access_shm             Shared memory framebuffer
access_realrtsp        Real RTSP
access_rar             Uncompressed RAR
access_oss             OSS input
access_mms             Microsoft Media Server (MMS) input
access_imem            Memory input
access_imem            Memory input
access_http            HTTP input
access_ftp             FTP input
access_ftp             FTP upload output
access_bd              Blu-Ray Disc Input
access_avio            FFmpeg access
access_avio            libavformat access output
access_attachment      Attachment input
access_alsa            ALSA audio capture input
memcpy3dn              3D Now! memcpy
main                   main program

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: REQUEST me-tv for TC 9.x86
« Reply #6 on: December 14, 2018, 12:34:32 AM »
vlc3 recompiled against libdvbpsi and reposted - hopefully it works with tv now?

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: REQUEST me-tv for TC 9.x86
« Reply #7 on: December 14, 2018, 06:24:44 AM »
Thank you Juanito. DVB module works like a charm.
There is only one issue. I use Xfbdev. Whern I run vlc3.tcz I have to go to Tools > Preferences > Video > Output
and change to "X11 video output. (XCB)". If I leave "Automatic" it crush and gdb gives me:
Code: [Select]
Thread 23 "vlc" received signal SIGILL, Illegal instruction.
[Switching to LWP 11893]
0xae0cf4a3 in ?? () from /usr/local/lib/dri/swrast_dri.so
(gdb)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: REQUEST me-tv for TC 9.x86
« Reply #8 on: December 14, 2018, 07:56:28 AM »
Hmm - 'good that tv works - I'm not sure there's much that can be done for the Xfbdev problem though..

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: REQUEST me-tv for TC 9.x86
« Reply #9 on: December 14, 2018, 08:02:35 AM »
Hi neonix
There was a similar issue with another extension not that long ago:
http://forum.tinycorelinux.net/index.php/topic,21889.msg136963.html#msg136963
The conclusion seems to be you need a Pentium-M or higher CPU.

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: REQUEST me-tv for TC 9.x86
« Reply #10 on: January 04, 2019, 08:47:50 AM »
Hi neonix
There was a similar issue with another extension not that long ago:
http://forum.tinycorelinux.net/index.php/topic,21889.msg136963.html#msg136963
The conclusion seems to be you need a Pentium-M or higher CPU.

The problem occurs also on Xvesa. I run it on VIA Eden X2 U4200 which has MMX, SSE, SSE2, SSE3, x86-64, NX bit, x86 virtualization. I wonder on what CPU it was compiled?

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: REQUEST me-tv for TC 9.x86
« Reply #11 on: January 09, 2019, 11:23:30 AM »
I installed Xorg with vesa driver and got this:
Code: [Select]
[b0355110] main inhibit debug: using inhibit module "xdg"
[b030f440] main video output debug: Opening vout display wrapper
[afe16550] main vout display debug: looking for vout display module matching "any": 10 candidates
[afe16550] main vout display debug: VoutDisplayEvent 'resize' 1280x720
[af76a980] main gl debug: looking for opengl module matching "any": 2 candidates
libEGL warning: DRI2: failed to authenticate
Illegal instruction
tc@box:~$