1
我必須在這裏使用什麼來保存jpeg圖像?Xuggler從rtsp流中獲取jpeg圖像
String[] args = new String[] { "--containerformat", "jpeg", "--acodec",
"libmp3lame", "--asamplerate", "22050", "--achannels", "1",
"--abitrate", "64000", "--aquality", "0", "--vcodec", "jpegls",
"--vscalefactor", "1.0", "--vbitrate", "300000",
"--vbitratetolerance", "12000000", "--vquality",
"0",
"--realtime", // this will stream out to an RTMP server
url,
"com.xuggle.xuggler.RTMPPublishingExhaustiveTest#testRTSPRead.jpeg" };