Posts by davvo

    you can stream to any device with that chain command in vlc


    setup tsreader vlc setting like in pic below
    tsreader will auto find vlc on 1234
    restart tsreader for change to take
    now click playback/vlc/play
    the stream will now play in vlc


    to get the stream to restream


    start vlc go to
    Tools -> Preferences -> All -> Interfaces -> Main Interfaces -> Select Web -> save


    now go to


    Tools -> Preferences -> All -> Stream output


    in the box


    Default Stream Output Chain


    Code
    #duplicate{dst=std{access=http,mux=ts,dst=:8902/tv.flv},dst=display}


    save
    restart vlc for change to take


    thats tsreader and vlc set up



    on your enigma2 box
    ftp to
    /etc/enigma2/playlist.e2pls


    edit playlist.e2pls and paste this in


    change the red bit to your pc ip address


    Code
    4097:0:1:0:0:0:0:0:0:0:http%3a//[COLOR='#FF0000']192.168.1.4[/COLOR]%3a8902/tv.flv: vlc


    save



    go to the mediaplayer plugin on your box
    switch to playlist and select vlc
    and it will restream to your box

    type the ip address of you box and the port you are using


    the port you are using is 8080 as show in picture


    Code
    http://[COLOR='#FF0000']192.168.1.92[/COLOR]:8080


    change the red txt to your sat box ip address
    put that in a web browser and press enter

    i would format that drive so the whole drive is /dev/sda1


    the /dev/sda5 is acting like a swap file


    when you stream live tv
    save the m3u
    open it with notepad and look how the url is written

    lets take the hdd out of the equation


    record something from your box to your hdd for about 20 secs
    stop the recording


    ftp to /hdd


    copy the ts file that you just recorded from the hdd to /etc


    rename the ts file 123.ts


    start your webif page


    movies/root/subdirs/etc
    and try and stream 123.ts from there with vlc

    make a new txt file on pc


    put whats below in it


    save it as
    playercorefactory.xml


    ftp it to your device xbmc/userdata


    or kodi/userdata





    make a new txt file again


    put


    Code
    http://192.168.1.11:80/file?file=/hdd/movie/name-of-movie.ts


    save it as whatever.strm


    ftp it to
    xbmc/userdata/playlist


    start xbmc/kodi
    then go to video/playlist
    click the whatever.strm file
    the stream from your hard drive will play with vlc


    if authentication is setup
    vlc will ask you for it


    tried and tested

    you cant add a user-agent to bouquet that i know of


    you can add user-agent to a .sh script
    or plugin with python
    urllib2.Request






    you can use a user-agent with wget to download to /hdd
    let it stream for a few mins then watch it via your hdd


    telnet this


    example


    Code
    wget --user-agent "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0" -O "/hdd/movie/stream.flv" http://81.201.52.159:8020


    find
    stream.flv in /hdd/movie
    play it as it streams

    i just googled that for you


    Blue button -> VTI Software Manager -> System Plugin -> "Positioner Setup"


    Restart enigma2 and it will show in menu>setup>service searching


    thanks to Jimdefruit

    how are you calling livestreamer


    like this ?


    Code
    #SERVICE 4097:0:1:0:0:0:0:0:0:0:http%3a//127.1%3a88/hlsvariant%3a//http%3a//stream-url:stream-name


    you can check via telnet if livestreamersrv is still running


    type


    /etc/init.d/livestreamersrv manualstart


    if it is
    it will say address in use


    to stop
    type


    /etc/init.d/livestreamersrv stop


    post your a stream that stops every stops 2-4 min
    i will check with both gstreamer and livestreamer

    you dont have to use a plugin


    Copy the folder
    /usr/lib/enigma2/python/Plugins/Extensions


    to /media/usb or /media/hdd


    Delete the folder Extensions from its original place folder /Plugins


    using dreambox control centre make new symlink in folder /Plugins
    right click select new symlink


    for usb type


    target : /media/usb/Extensions
    name : Extensions


    for hdd type


    target : /media/hdd/Extensions
    name : Extensions


    reboot