News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - macfly

#1
Hello all.

I'm  trying to do some stuff to the current CVS (marks), but i have difficulties running the compiled vompclient. When i use the actual precompiled 0.2.6-dongle, everything works. If i use the CVS-Tag 0.2.6 (or HEAD), recompiles everything and copy this vompclient to the nfs-environment for my MVP, starting the client looks like:

00:03:16.586273 [info]   Core - Starting up...
00:03:16.601776 [info]   Core - Signal handlers set up successfully
00:03:16.614572 [info]   Core - Remote module initialised
00:03:16.615384 [info]   Core - LED module initialised
00:03:16.616923 [debug]  MTD - Failed to find correct /dev/mtdX device
00:03:16.617718 [EMERG]  Core - Mtd module failed to initialise
00:03:16.618493 [notice] Core - ViewMan module shut down
00:03:16.619288 [notice] Core - Command module shut down
00:03:16.620100 [notice] Core - VDR module shut down
00:03:16.620869 [notice] Core - OSD module shut down
00:03:16.621634 [notice] Core - Audio module shut down
00:03:16.622403 [notice] Core - Video module shut down
00:03:16.623183 [notice] Core - Timers module shut down
00:03:16.623949 [notice] Core - MTD module shut down
00:03:16.624712 [notice] Core - LED module shut down
00:03:16.625512 [notice] Core - Remote module shut down
00:03:16.626271 [notice] Core - Log module shutting down... bye!


any idea?
#2
Hi Chris,

right now i'm surfing the code to get an idea of implementing the full cutting marks support.

For this feature, i need the following behaviour:
from any state,

  • jump to a specific location in the recording (no problem, using switchState(S_JUMP, newFrame))
  • switch to pause mode (no problem, either with switchState(S_PAUSE_P))
  • and then update the video on screen <- there is my problem

something stupid like player->jumpToMark(nextMark); player->play(); player->pause(); does not work.

could you give me some hints on how to make this work?

btw: could you tell me the difference between S_PAUSE_P and S_PAUSE_I ?

thank you (oh, and happy new year),
Friedhelm.
#3
VOMP General / MVP / cutting marks for 0.2.5
December 04, 2006, 18:10:06
hi, there is a new release of Cuttingmarks-Patch for VOMP 0.2.5. You can get the patches and a precompiled binary for NFS and a precompiled dongle.bin here: http://steckrue.be/download/index.php?sort=date&order=desc&path=vomp/.

use the files with _0.25-0.4

i moved the "jump to the next mark"-button to blue and "jump to previous mark"-button to yellow, since green is used for audioselection now. This means, that you will loose the "skip 10 seconds" feature, but simply use << and >> for this.

@Chris: do you mean it's possible to merge these patches into the CVS?

regards,
macfly.
#4
hi, there is a new release of Cuttingmarks-Patch for VOMP 0.2.4. You can get the patches and a precompiled binary for NFS and a precompiled dongle.bin here: http://steckrue.be/download/index.php?sort=date&order=desc&path=vomp/.

use the files with _0.24-0.3

regards,
macfly.
#5
hi, there is a new bugfix release of Cuttingmarks-Patch for VOMP. You can get the patches and a precompiled binary for NFS and a precompiled dongle.bin here: http://steckrue.be/download/index.php?sort=date&order=desc&path=vomp/.

@Chris: do you think, this is worth finding its way into CVS?

regards,
macfly.

#6
VOMP General / MVP / emulate remote control?
May 31, 2006, 08:55:41
Hi Chris,

since i'm playing around in the code right now, i wonder, if there is any chance to emulate a remote keypress in a telnet-session.
.
For Example, startup vompclient -d, press enter, enter would result in "live-TV", "selected channel"
.
I'm just asking, because most of the time, i develop in the office (  ;) ), and i have no chance to use the remote-control.

anyway, good work!
#7
VOMP General / MVP / FeatureRequest: marks
December 30, 2005, 12:36:48
Hi,

i'm using vomp since 0.0.13 and find is VERY usefull!

some Features would be nice to have:
- Display marks in replay with jump forward, backward
- having more than one directory in recordings (like Series~SciFi~Star Treck~)
- mp3-playback.

i just finished installing the development environment for vomp and looking around - as soon as i understand whats going on, i'll contribute.


regards and keep on the good work,
macfly.