You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for people using the Xuggle Xuggler software.
|
|
|
record webcam video
|
| |
Hi i konw that we can display webcam with xuggler but can we record and save this video on Pc ( WITH XUGGLER )??
|
|
disposing unused IMediaWriter
|
| |
Hi all, I'm using Xuggler to encode videos captured from a USB camera (no audio). I create the relevant IMediaWriter as follows: String fileName = someFileName(); IMediaWriter writer = ToolFactory.makeWriter(fileNam e); VideoFormat vf = someVideoFormat(); writer.addVideoStream(0, 0, ICodec.ID.CODEC_ID_H264, vf.getWidth(),... more »
|
|
Overlay on two videos using Xuggler
|
| |
Hi, I need a solution for overlay on two videos(side by side) or combine two live streams into single stream. Is it possible in Xuggler? If it is possible,Please share some sample links or sample code or Guidelines for how to implement that? Regards & Thanks Narayanasamy S
|
|
display webcam on a rtsp server
|
| |
hello every body, i have to display my webcam on a RTSP server but i don't know how to do it . where can i found an url server for test ?? i found many code in the net but im really confused can some one help me thinks
|
|
Application provided non monotonic timestamp
|
| |
Many of us have already faced this error. I found a workaround for everyone who may be interested. Right after you add the video and audio streams to the writer, encode a video packet with a timestamp of value 0. writer.addVideoStream(0, 0, ICodec.ID.CODEC_ID_H264, outVideoWidth, outVideoHeight);... more »
|
|
http://wiki.xuggle.com/ is down
|
| |
Hi, Whoever is hosting wiki page, can you please bring it up? I like content in the wiki page which has more useful information. Let me know if it needs a server to host it. Thanks Srikanth
|
|
hls stream lagging
|
| |
Hi guys im new to xuggle (; -i triede the video sample / demo from source, and its pretty nice but i have a live tv stream (hls) and when streaming, it makes a little lag about every 3-4seounds any one got an ide ? and is there any way to set the buffer size of the streaming if that is the problem ?... more »
|
|
Display webcam Xuggler
|
| |
Hi, I would like to use Xuggler in order to read/display my webcam. As I work on Mac OS X, I know that now the webcam name is "FaceTime HD" (formerly "FaceTime" and "iSight"). Bur what is the driver I have to use? Regards, Guillaume
|
|
DEBUG com.xuggle.ferry.JNIManifest Error
|
| |
Hi I'm using xuggler to collect get frame images from video clips. Everything is working fine except for the error below. 2013-05-05 18:19:52,265 [main] DEBUG com.xuggle.ferry.JNIManifest - path and bundle strings have different number of entries; invalid manifest: xuggle-xuggler Though its not affecting the functionality of the code I'd like to get rid... more »
|
|
DEBUG com.xuggle.ferry.JNIManifest error
|
| |
Hi, While accessing any video clip, in order to get the frames as images, I'm getting the following error: 2013-05-05 16:39:43,703 [main] DEBUG com.xuggle.ferry.JNIManifest - path and bundle strings have different number of entries; invalid manifest: xuggle-xuggler Although I'm getting this error everything is working fine but I'd like to... more »
|
|
|