Giter Club home page Giter Club logo

xteve's People

Contributors

5ub-z3r0 avatar beardypig avatar coledunsby avatar hexrus avatar mar-mei avatar mctyler avatar raf02 avatar shuxiao9058 avatar taeram avatar xteve-project avatar

Stargazers

 avatar  avatar

Forkers

scp002

xteve's Issues

Developer mode incorrectly creates webUI.go file using backslash references on Windows

Please first read the documentation. Problems affecting the client, e.g. Plex or Emby should be reported there in the forum.

Describe the bug
Enabling -dev (developer mode) on xTeVe for Windows rebuilds the src/webUI.go file with backslashes "\" in the file paths that are interpreted as escape characters instead of normal slashes "/' that should be used for file paths.

Server (please complete the following information):

  • OS: Windows
  • Arch: x64
  • xTeVe Version and Build: 2.2.0 Build 0200

To Reproduce
Steps to reproduce the behavior:

  1. Run "xteve.exe -dev" from the command line
  2. Wait for xTeVe to start sucessfully
  3. Examine the src/webUI.go file
  4. Starting on line 7, verify that paths use the backslash ("\") character.
  5. Close xTeVe and try to recompile with "go build xteve.go"
  6. Verify that the compiler fails with errors in the src/webUI.go file

Expected behavior
The webUI.go file should reference paths with the slash, rather than backslash character.

Screenshots
N/A

Desktop (please complete the following information):
N/A

Additional context
N/A

URL encapsulation

Just wanted to say thanks, was needing epg timeshift in xteve and saw the developer was not interested. Was happy to find yours. Thanks for your efforts, it's working very well!

I must manually edit the m3u that xteve provides to add encapsulated code around the stream urls. I was wondering if it was possible to add a feature for that? I'm not sure how common this is but with TVHeadend it's almost a requirement.

This is the code I add: pipe:///usr/bin/ffmpeg -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2000 -probesize 1000k -analyzeduration 0 -fpsprobesize 0 -fflags -nobuffer -err_detect ignore_err -i [urlhere] -map 0 -codec copy -f mpegts -tune zerolatency pipe:1

For whatever reason the built in function for this doesn't work with TVHeadend. Thank you for your consideration.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.