Posts by Mario77

    OK, put the first few minutes (300 kB) online (edited link above).

    Will try examples.

    EDIT:

    Interesting... When I run the linked in video, i.e. the 300K excerpt which I just created using

    Code
    head -c 300000 original.ts > part.ts

    I get playback controls! Also, when I use the demo video no prob, but with larger files I consistently have missing controls. What I will do now is create growing sizes of chunks of the original video and see where it breaks down...

    Not sure if this helps...on estuary I only get rewind,pause and play with your recording...on silvo I get all controls..

    Hi,

    I am trying to set up my Pi TV Hat (LibreELEC and TVheadend) to receive live TV in the UK. I followed the instructions on the pihut website but despite several attempts, I can't seem to get any channels.

    I have tried changing to the alternative transmitter and using a different antenna (I have a roof antenna which works fine with my freeview tuner), but still getting the same result. When scanning, it returns 8 muxes and 0 services.

    I don't know if I am missing something and would appreciate any help.

    Many thanks. :)

    Probably you are missing something simple..check settings in configuration-dvb inputs-tv adaptors-sony cxd2880 #0...make sure its enabled and network set to dvbt network..initial scan enabled and restart...it should start scanning on startup...and show services...then map what you want..

    Thanks :) work now. Wonderful!!!

    Is there a method to check if playlist is playing to avoid to run again and again my playlist ? (in cronjob of course)

    Sorry for my stupid questions:-/

    Thanks again for your support.

    maybe try autoexec.py

    Code
    import xbmc
    
    xbmc.executebuiltin( "PlayMedia(/storage/.kodi/userdata/playlists/music/yourplaylist.m3u)" )
    
    xbmc.executebuiltin( "PlayerControl(repeat)" )
    Code
    kodi-send --action='PlayMedia("/storage/.kodi/userdata/playlists/music/myplaylist.m3u")'

    Also after checking the tvheadend settings i noticed that although the default stream is pass kodi still switches to htsp. In fact with htsp disabled the stream wont even play.

    HTSP uses Pass for streaming..it just adds tvheadend info to the connection for PVR to show additional info...signal etc

    Just leave tvheadend htsp as default and focus to troubleshoot on the frontend..to be sure try to stream from another PC or phone..but it's probably something with RPi4..out of curiosity..do you get the same issues with recordings?

    Quote

    My experience is exactly the same, my RPI3 B+ Works perfectly with 2 dual tuner USB Dvb-c (Hauppauge). Some update mixed up my setup completely, so that I decided to gain Rpi4 due USB 3 ports and more processing power to cut commercials.

    Long story short, Rpi4 didn't work too well with live TV, stream was pixelized and buffering hit in constantly. I tried many ways of settings, without any luck.

    Finally got fed up with struggling and re-installed libreelec to RPI3 which works perfectly.

    I use Tvheadend as frontend as well as backend to transcode.

    At this point in time I would use the Rpi4 as TvHeadend Server and use the Rpi2/3 for streaming..

    go to Install from repository>Libreelec Add-ons>Services Take a look at the end of the list there you'll find tvheadend 4.2.

    Btw with 4.3 the mapped Channels list is Not useable . The top 35 Channels can't be modified. I guess that's a bug. If you select Something nothing Happens alsoe the width of the columns can't be Changed If you try that, all is messed Up. Happens with all Browsers i have tried so gar on x86.

    Regards

    Nicolas

    Strange...what version are you on?I m on 4.3-1896 and all looks like it's working fine..

    Hello to everyone! :) I have an Xbox ONE tuner and, having issues with getting it to work on a Wetek Core, I've tried it on an RPi2 I had lying around.

    My current setup is LE 9.2.3, tvheadend server 4.3-1896 and tvheadend client 4.4.21.1. The Xbox ONE tuner is detected just fine, just with the built-in drivers (CrazyCat ones). I can scan the channels and everything seems fine (apart from the awful channel numbering which doesn't resemble the one I get on a 'normal' television while it seems they're sorted in the order they've been found or something similar, completely unusable this way!). The problem is that after a variable period of time (it could be two minutes but also ten seconds, not more than a couple of minutes anyway), the channel I'm viewing shuts down with a still image and the buffering circle at the center of the screen. After that, I'm no longer able to see any channel and I randomly get the error "Tvheadend Server does not respond properly" (not always though). The only way to get it working again is rebooting but then it starts acting up again.

    It seems a rather common problem and there are many threads about this issue but the proposed solutions don't work or aren't appliable being for different platforms like OSMC. Maybe it has anything to do with being my server the latest nightly, maybe incompatible with the client? Do you have a suggested version to use? I've also read of someone (more than one) having problems with LE 9.2 and tvheadend at all: should I revert back to 9.0? Would the Xbox ONE tuner be detected on it?

    Thanks in advance for your replies and have a nice day! :)

    Xbox tuner should work out of the box..no need of drivers...saying that i m not using it anymore...just using tv-hat and its much better..

    See #2 how to open MAME...otherwise another good option is use GameStarter Repo and install retroarch and play your roms from there..

    you have 2 options that come to mind..

    1)

    create a common folder on your nas for your playlists..then point Rpi1 and Rpi2 to that folder on your Nas for playlists..

    or) put playlists on Rpi1 and point Rpi2 or more to the playlist folder of Rpi1..

    you ll have to use advancedsettings.xml for this

    Code
    <advancedsettings>
        <system>
            <playlistspath>smb://rpi1_ip_address/storage/.kodi/userdata/playlists</playlistspath>
        </system>
    </advancedsettings>

    option 2...mount playlist folder from your nas to rpi1 & 2

    You need to add this to advanced settings.xml for mame zip to open

    To have a UI for roms you need some kind of addon like Advanced Emulator Launcher.