B4J Question MediaView and playing local video creating on the fly (like streaming)...

Magma

Expert
Licensed User
Longtime User
Hi there...

Well I am trying to find a way to play a local video that is creating on the fly (H.264, mp4, a ready streaming)... I want to do something like local streaming

The video plays at media player of windows... also playing at MediaView... but only if I load it with mediaview1.source and then play... but the problem is not refreshing the duration of it without loaded again (that is a problem because flashes the screen)... I need the total duration every some ms to go (change position) at the last ms.

1) Is there a way to refresh duration of a video already loaded somehow ???

2) If i have bytes-chunks (a pipe) of a video (about ~1KB) is there a way to add to mediaview (like streaming) ?

Thanks in advance

ps: is there a different way with b4j to do all those things faster, without using a 3rd party lib... ?
 

Magma

Expert
Licensed User
Longtime User
Ok lowering specs... for start... but i hope will return here... :cool:

let's go to easy things:

 
Upvote 0
Top