Search found 7 matches

Go to advanced search

by svkpd
19 May 2011 12:22
Forum: Scripting VLC in lua
Topic: [Script] Download subtitles on-the-fly
Replies: 69
Views: 254365

Re: [Script] Download subtitles on-the-fly

SubtitleFetcher, SubFinder, SuDo (Subtitle Downloader)..
by svkpd
17 May 2011 21:14
Forum: Scripting VLC in lua
Topic: [Script] Download subtitles on-the-fly
Replies: 69
Views: 254365

Re: [Beta] Script to download subtitles on-the-fly, need VLC

... or directly in VLC. I believe that full implementation in VLC wouldn't be bad, guys at BSplayer tried it and it is working great for them. I have read a topic with some legal issues concernes when it came to subtitles, but player is not responsible anyway, subtitle servers are (if there were an...
by svkpd
13 May 2011 11:40
Forum: Scripting VLC in lua
Topic: [Script] Download subtitles on-the-fly
Replies: 69
Views: 254365

Re: [Beta] Script to download subtitles on-the-fly, need VLC

here are the source code of OpenSubtitles hash computing for all major languages
http://trac.opensubtitles.org/projects/ ... ourceCodes

so the task is to rewrite this in lua. with hash, you can search for subtitles that fits (which could be a gamechanger :))
by svkpd
05 May 2011 16:08
Forum: Scripting VLC in lua
Topic: [Script] Download subtitles on-the-fly
Replies: 69
Views: 254365

Re: [Beta] Script to download subtitles on-the-fly, need VLC

It is working, but I have a question.. do you use hash function for best suited results? I am making java version of OS downloader right now and I get lots of results even when I search with hashes. I checked your code and havent found any usage of hashes, so I am asking.. And very nice feature woul...
by svkpd
23 Aug 2010 10:20
Forum: General VLC media player Troubleshooting
Topic: Catch a 3GPP Timed text stream over RTP
Replies: 10
Views: 1455

Re: Catch a 3GPP Timed text stream over RTP

could you tell me (according to RFC) what should be the payload type, so VLC would recognize it? And if possible, paste some complete T140 RTP Packet here so I could see what to send? I have my own RTP server working fine with video/audio, but I need to add subtitles there. And I havent managed to f...
by svkpd
20 Jul 2010 09:02
Forum: General VLC media player Troubleshooting
Topic: --rtsp-tcp has no effect
Replies: 4
Views: 5687

Re: --rtsp-tcp has no effect

same problem, any help how to fix it?
by svkpd
19 Jul 2010 11:17
Forum: Web and scripting
Topic: Cannot receive VLC RTSP stream in browser
Replies: 0
Views: 847

Cannot receive VLC RTSP stream in browser

Hi, I am trying to receive RTSP stream. I can access it via VLC player, but when I try to use VLC plugin for web browsers (IE), it only listen at UDP (not RTSP/TCP). Is there any switch command to change protocol which is listened to, so I could watch RTSP stream in web browser? Thanks.

Go to advanced search