Search found 17 matches

Go to advanced search

by nevare
12 Apr 2018 15:51
Forum: Development around libVLC
Topic: Seeking in MP4 stream keeps reconnecting
Replies: 7
Views: 681

Re: Seeking in MP4 stream keeps reconnecting

Thanks, that seems to work. Any possible disadvantages of using this?
by nevare
12 Apr 2018 12:16
Forum: Development around libVLC
Topic: Seeking in MP4 stream keeps reconnecting
Replies: 7
Views: 681

Re: Seeking in MP4 stream keeps reconnecting

I would, but it runs on a RaspberryPi and I need the hardware acceleration. People have gotten that working for 2.2, but not yet for 3.0
by nevare
12 Apr 2018 08:22
Forum: Development around libVLC
Topic: Seeking in MP4 stream keeps reconnecting
Replies: 7
Views: 681

Re: Seeking in MP4 stream keeps reconnecting

It's version 2.2.4 yes. But I'm not sure why it's behaving like this? Normally when you play a stream the tcp client stays connected until all data is send, why does it keep making new client in this case? When seeking in another MKV file it acts as I would expect, it makes a new client and requests...
by nevare
11 Apr 2018 16:51
Forum: Development around libVLC
Topic: Seeking in MP4 stream keeps reconnecting
Replies: 7
Views: 681

Seeking in MP4 stream keeps reconnecting

I offer a local stream of an MP4 file for VLC to consume, but when I try to seek in it vlc keeps disconnecting/reconnecting. Every time seeking for a different byte range, a little further up the stream. I'm not sure why it doesn't just stay connected and read the stream? This output is from startin...
by nevare
16 May 2017 08:55
Forum: Development around libVLC
Topic: YouTube TLS handshake
Replies: 4
Views: 2350

Re: YouTube TLS handshake

I did try 3.0, and it seems to be fixed there, however I'm bound to 2.4 at the moment because I run it at a Raspberry Pi with hardware acceleration.

Any chance you got an idea to get it working on 2.4?
by nevare
15 May 2017 14:56
Forum: Development around libVLC
Topic: YouTube TLS handshake
Replies: 4
Views: 2350

Re: YouTube TLS handshake

Anyone?

I get this behavior on 2 different networks, so I don't think that's the problem..
by nevare
09 May 2017 13:26
Forum: Development around libVLC
Topic: YouTube TLS handshake
Replies: 4
Views: 2350

YouTube TLS handshake

Hello, I'm trying to play a youtube video by link by instantiating a new media player and calling set_mrl() on it. Sometimes it works, but it seems that it has trouble on this step: [0347fd4c] gnutls tls session debug: TLS handshake: Resource temporarily unavailable, try again. This message appears ...
by nevare
02 Dec 2016 09:29
Forum: Development around libVLC
Topic: Python-vlc MediaPlayer(URI).play() jumps immediately to next line of code
Replies: 1
Views: 359

Re: Python-vlc MediaPlayer(URI).play() jumps immediately to next line of code

You should probably handle the MediaPlayerEndReached event of the media player. Take a look at the EventManager class.
by nevare
29 Nov 2016 15:03
Forum: Development around libVLC
Topic: Preventing output from vlc.py
Replies: 1
Views: 300

Re: Preventing output from vlc.py

You can mute VLC output by passing the --verbose setting when initializing. Setting it to -1 will mute:

Code: Select all

vlc.Instance("--verbose=-1")
by nevare
02 Nov 2016 12:01
Forum: Development around libVLC
Topic: Video stucks for long time on Seeking Forward
Replies: 2
Views: 786

Re: Video stucks for long time on Seeking Forward

Hi,

I had the same problem where the audo was playing after seeking, but the display got stuck when playing files. I fixed it by setting the file caching option to 5 seconds (--file-caching=5000). Hope it helps you
by nevare
31 Oct 2016 22:35
Forum: Development around libVLC
Topic: VLC keeps reconnecting
Replies: 2
Views: 624

Re: VLC keeps reconnecting

Thanks for the reply. I'm kinda stuck with VLC 2.2 as I'm running it on a raspberry pi and I need hardware acceleration. I managed to get it to work with 2.2 but I read that there were some problems compiling with hardware acceleration for the Pi with Vlc 3.0.
by nevare
31 Oct 2016 21:27
Forum: Development around libVLC
Topic: VLC keeps reconnecting
Replies: 2
Views: 624

VLC keeps reconnecting

I've posted here before with an issue that is still not resolved but no one seems to know the problem. It's about using vlc to seek in a youtube stream. Most of the times it works, but when seek more than 5 times it's pretty much guarenteed to crash. (post here: https://forum.videolan.org/viewtopic....
by nevare
10 Oct 2016 09:26
Forum: Development around libVLC
Topic: Libvlc stream seeking
Replies: 5
Views: 818

Re: Libvlc stream seeking

No one?
by nevare
29 Sep 2016 10:42
Forum: Development around libVLC
Topic: Libvlc stream seeking
Replies: 5
Views: 818

Re: Libvlc stream seeking

It keeps looping on this: [0306103c] http access debug: trying to seek to 56923598 [0306103c] core access debug: net: connecting to r8---sn-5hnednek.googlevideo.com port 443 [0306103c] core access debug: connection succeeded (socket = 1876) [02fff29c] gnutls tls session debug: TLS handshake: Resourc...
by nevare
28 Sep 2016 09:20
Forum: Development around libVLC
Topic: Libvlc stream seeking
Replies: 5
Views: 818

Re: Libvlc stream seeking

No one?

I can't imagine I'm the only one with this problem..
by nevare
27 Sep 2016 11:14
Forum: Development around libVLC
Topic: Libvlc stream seeking
Replies: 5
Views: 818

Libvlc stream seeking

Im trying to use libvlc python bindings to play a youtube stream for example. This works fine, however I cannot seek using the set_time() function. It will go to the specified time, but it will try to load and stutters and after a little while it just crashes. I found that I wasn't able to seek in a...
by nevare
16 Sep 2016 13:44
Forum: Development around libVLC
Topic: Setting subtitle file in libvlc python bindings
Replies: 1
Views: 951

Setting subtitle file in libvlc python bindings

I'm using LibVlc version 2.2, but I think I might have the LibVlc python bindings for 3.0. Anyway, it seemed to work fine but now I want to set a subtitle from a .srt to a media file. In the documentation there is mention of a function named video_set_subtitle_file(self, psz_subtitle) However, this ...

Go to advanced search