Coder Social home page Coder Social logo

Comments (7)

yegarti avatar yegarti commented on May 27, 2024 1

#33 Fixed the issue
Thank you.

from gnomecast.

keredson avatar keredson commented on May 27, 2024

could you run this for me and copy the output here?

ffmpeg -i /media/yehuda/folder/file.mkv -f ffmetadata -

from gnomecast.

yegarti avatar yegarti commented on May 27, 2024

> ffmpeg -i file.mkv -f ffmetadata -
ffmpeg version 3.3.3-2
ubuntu16.04.1ppa1 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1
16.04.4) 20160609
configuration: --prefix=/usr --extra-version='2ubuntu16.04.1ppa1' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
libavutil 55. 58.100 / 55. 58.100
libavcodec 57. 89.100 / 57. 89.100
libavformat 57. 71.100 / 57. 71.100
libavdevice 57. 6.100 / 57. 6.100
libavfilter 6. 82.100 / 6. 82.100
libavresample 3. 5. 0 / 3. 5. 0
libswscale 4. 6.100 / 4. 6.100
libswresample 2. 7.100 / 2. 7.100
libpostproc 54. 5.100 / 54. 5.100
Input #0, matroska,webm, from 'file.mkv':
Metadata:
encoder : libebml v1.3.0 + libmatroska v1.4.1
creation_time : 2014-03-10T02:18:38.000000Z
Duration: 00:43:47.34, start: 0.000000, bitrate: 4212 kb/s
Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x720 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
Stream #0:1: Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (default)
;FFMETADATA1
Output #0, ffmetadata, to 'pipe:':
Metadata:
encoder : Lavf57.71.100
Stream mapping:
Press [q] to stop, [?] for help
encoder=Lavf57.71.100
size= 0kB time=-577014:32:22.77 bitrate=N/A speed=N/A
video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Output file is empty, nothing was encoded

from gnomecast.

keredson avatar keredson commented on May 27, 2024

Does this happen with all files or just this one?

from gnomecast.

yegarti avatar yegarti commented on May 27, 2024

Just tried a few more and I get the same error.

The only difference is the character in the error.
the character '\u05d4' is a character in Hebrew that represents Thursday.
and the error I get now is with the character '\u05e9' which represents Saturday in Hebrew.

from gnomecast.

keredson avatar keredson commented on May 27, 2024

that helps a lot, thanks. i suspect it's where bottle is setting the 'Last-Modified' header. ('Thu, 05 Dec 2013 18:43:53 GMT' for an example.) likely a regional encoding feature. see here: https://github.com/bottlepy/bottle/blob/master/bottle.py#L2891 but python's underlying server can't take non-latin chars in the headers. (i ran into this a while back at work)

i can unset that header. i can't image the chromecast is dependent on it.

from gnomecast.

keredson avatar keredson commented on May 27, 2024

can you test #33 and see if it fixes?

from gnomecast.

Related Issues (20)

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.