You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(13) |
Jul
(9) |
Aug
(4) |
Sep
(4) |
Oct
(2) |
Nov
(4) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(5) |
Feb
(18) |
Mar
(11) |
Apr
(1) |
May
(2) |
Jun
|
Jul
(3) |
Aug
|
Sep
(16) |
Oct
(2) |
Nov
(2) |
Dec
(12) |
2012 |
Jan
(12) |
Feb
(2) |
Mar
(8) |
Apr
(16) |
May
(33) |
Jun
(5) |
Jul
(5) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(10) |
2013 |
Jan
|
Feb
(4) |
Mar
|
Apr
(14) |
May
(9) |
Jun
|
Jul
(8) |
Aug
|
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ramu C. <boy...@gm...> - 2012-05-11 14:31:54
|
hi, I tried to receive the MP4 video files from the Darwin streaming server (DSS). The .264 files and the chapter files in the opensvc decoder are muxed using the yamb software, which resulted in a .mp4 file. When I try to access this .mp4 file through the DSS, its throwing the following error. Playing rtsp://10.0.2.1/video_4.mp4. Resolving 10.0.2.1 for AF_INET6... Couldn't resolve name for AF_INET6: 10.0.2.1 Connecting to server 10.0.2.1[10.0.2.1]: 554... librtsp: server responds: 'RTSP/1.0 415 Unsupported Media Type' rtsp_session: unsupported RTSP server. Server type is 'DSS/5.5.5 (Build/489.16; Platform/Linux; Release/Darwin; state/beta; )'. STREAM_LIVE555, URL: rtsp://10.0.2.1/video_4.mp4 Stream not seekable! file format detected. Failed to get a SDP description from URL "rtsp://10.0.2.1/video_4.mp4": cannot handle DESCRIBE response: RTSP/1.0 415 Unsupported Media Type Exiting... (End of file) Even i tried with darwin 6.0.3, no change :( when i play these files normally with player they are playing. The same with streaming, mplayer is throwing this error :( The file shows h.264/avc mpeg part-10 codec in it. Can someone please help me regarding this? thanking you, Best Regards, Boys21. |
From: Mickaël R. <Mic...@in...> - 2012-05-10 16:39:37
|
> Do I have to modify the source code to achieve this target? yes you will have. you easily have the POC number of the next frame to display. Mickaël Le 10 mai 2012 à 15:37, Chen Liang a écrit : > Hi, > After I do packet loss simulation, some frames can not be decoded. How can I know which frame(the frame number) is not decoded? Do I have to modify the source code to achieve this target? > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support |
From: Chen L. <sli...@gm...> - 2012-05-10 13:37:59
|
Hi, After I do packet loss simulation, some frames can not be decoded. How can I know which frame(the frame number) is not decoded? Do I have to modify the source code to achieve this target? -- Best Regards! Chen Liang Beijing Institute of Technology 此致 敬礼! 陈亮 北京理工大学 |
From: Chen L. <sli...@gm...> - 2012-05-10 12:55:37
|
Aha, I have found the reason! Maybe it's really a bug. The bus.264 mentioned before is encoded by using the example of the JSVM Software Manual section 3.3. The original yuv file has 150 frames with fps=30, CIF. The stream is encoded in 2 spatial layers, but each layer has different frame rate:* layer0's fps=15, layer1's fps=30*, as you can see in the configuration file. It seems that the decoder couldn't handle this situation, it can only decode half of the frames! This can be proved by the terminal's output: V: 0.0 *74/ 74* 35% 0% 0.0% 0 0 However, after I modified the confutation, to make the two spatial layers have the same frame rate. The decoder can decode the svc stream correctly. So I think this is a bug. 2012/5/10 Ramu Chakravadhanula <boy...@gm...> > yes, it supports. I have tested that. > > > On 10 May 2012 05:08, Mickaël Raulet <Mic...@in...>wrote: > >> it supports. >> Mickaël >> >> Le 10 mai 2012 à 11:05, Chen Liang a écrit : >> >> This mybe a bug! Does this decoder support spatial scalability? I found >> when I just use temporal scalable, It works fine. >> >> 2012/5/10 Chen Liang <sli...@gm...> >> >>> Hello,Mickaël >>> Thanks for your help. It seems that the decoder can work now! But when I >>> use it to decode, some errors occur >>> >>> $ mplayer -fps 30 BUS_CIF30.264 >>> >>> MPlayer UNKNOWN-4.6.1 (C) 2000-2010 MPlayer Team >>> >>> Playing BUS_CIF30.264. >>> H264-ES file format detected. >>> >>> ========================================================================== >>> Opening video decoder: [ffmpeg] IETR's codec family >>> Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264) >>> >>> ========================================================================== >>> Audio: no sound >>> FPS forced to be 30.000 (ftime: 0.033). >>> Starting playback... >>> *Movie-Aspect is undefined - no prescaling applied.* >>> VO: [xv] 352x288 => 352x288 Planar YV12 >>> V: 0.0 *74/ 74* 35% 0% 0.0% 0 0 >>> >>> The video stream structure is show below: >>> fps=30, totally 150 frames. >>> Two spatial layers. >>> No quality layer. >>> <image.png> >>> >>> >>> It seems that the decoder discards one temporal layer, so that only a >>> half of frames(74 in 150) can be played! >>> >>> -- >>> Best Regards! >>> >>> Chen Liang >>> Beijing Institute of Technology >>> >>> 此致 敬礼! >>> >>> 陈亮 >>> 北京理工大学 >>> >>> >> >> >> -- >> Best Regards! >> >> Chen Liang >> Beijing Institute of Technology >> >> 此致 敬礼! >> >> 陈亮 >> 北京理工大学 >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. >> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ >> Opensvcdecoder-support mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support >> >> >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Opensvcdecoder-support mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support >> >> > -- Best Regards! Chen Liang Beijing Institute of Technology 此致 敬礼! 陈亮 北京理工大学 |
From: Ramu C. <boy...@gm...> - 2012-05-10 12:04:40
|
yes, it supports. I have tested that. On 10 May 2012 05:08, Mickaël Raulet <Mic...@in...> wrote: > it supports. > Mickaël > > Le 10 mai 2012 à 11:05, Chen Liang a écrit : > > This mybe a bug! Does this decoder support spatial scalability? I found > when I just use temporal scalable, It works fine. > > 2012/5/10 Chen Liang <sli...@gm...> > >> Hello,Mickaël >> Thanks for your help. It seems that the decoder can work now! But when I >> use it to decode, some errors occur >> >> $ mplayer -fps 30 BUS_CIF30.264 >> >> MPlayer UNKNOWN-4.6.1 (C) 2000-2010 MPlayer Team >> >> Playing BUS_CIF30.264. >> H264-ES file format detected. >> ========================================================================== >> Opening video decoder: [ffmpeg] IETR's codec family >> Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264) >> ========================================================================== >> Audio: no sound >> FPS forced to be 30.000 (ftime: 0.033). >> Starting playback... >> *Movie-Aspect is undefined - no prescaling applied.* >> VO: [xv] 352x288 => 352x288 Planar YV12 >> V: 0.0 *74/ 74* 35% 0% 0.0% 0 0 >> >> The video stream structure is show below: >> fps=30, totally 150 frames. >> Two spatial layers. >> No quality layer. >> <image.png> >> >> >> It seems that the decoder discards one temporal layer, so that only a >> half of frames(74 in 150) can be played! >> >> -- >> Best Regards! >> >> Chen Liang >> Beijing Institute of Technology >> >> 此致 敬礼! >> >> 陈亮 >> 北京理工大学 >> >> > > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support > > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support > > |
From: Mickaël R. <Mic...@in...> - 2012-05-10 09:08:31
|
it supports. Mickaël Le 10 mai 2012 à 11:05, Chen Liang a écrit : > This mybe a bug! Does this decoder support spatial scalability? I found when I just use temporal scalable, It works fine. > > 2012/5/10 Chen Liang <sli...@gm...> > Hello,Mickaël > Thanks for your help. It seems that the decoder can work now! But when I use it to decode, some errors occur > > $ mplayer -fps 30 BUS_CIF30.264 > > MPlayer UNKNOWN-4.6.1 (C) 2000-2010 MPlayer Team > > Playing BUS_CIF30.264. > H264-ES file format detected. > ========================================================================== > Opening video decoder: [ffmpeg] IETR's codec family > Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264) > ========================================================================== > Audio: no sound > FPS forced to be 30.000 (ftime: 0.033). > Starting playback... > Movie-Aspect is undefined - no prescaling applied. > VO: [xv] 352x288 => 352x288 Planar YV12 > V: 0.0 74/ 74 35% 0% 0.0% 0 0 > > The video stream structure is show below: > fps=30, totally 150 frames. > Two spatial layers. > No quality layer. > <image.png> > > > It seems that the decoder discards one temporal layer, so that only a half of frames(74 in 150) can be played! > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > > > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support |
From: Mickaël R. <Mic...@in...> - 2012-05-09 07:25:00
|
Could you try to use BUS.264 instead of svc? I am quite sure that mplayer will detect 264 automatically as an extension that has to be decoded by opensvcdecoder. Mickaël Le 9 mai 2012 à 04:49, Chen Liang a écrit : > When I use the mplayer: > > ./mplayer -fps 30 ~/Desktop/BUS.svc > > It shows: > > MPlayer UNKNOWN-4.6.1 (C) 2000-2010 MPlayer Team > > Playing /home/slim/Desktop/BUS.svc. > Seek failed > libavformat file format detected. > [h264 @ 0x1e48a00]max_analyze_duration reached > [h264 @ 0x1e48a00]Estimating duration from bitrate, this may be inaccurate > [lavf] stream 0: video (h264), -vid 0 > VIDEO: [H264] 352x288 0bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s) > [VO_SDL] SDL initialization failed: No available video device. > Can't open /dev/fb0: Permission denied > [fbdev2] Can't open /dev/fb0: Permission denied > VO: [v4l2] No such file or directory > vo_cvidix: No vidix driver name provided, probing available ones (-v option for details)! > [cyberblade] Error occurred during pci scan: Operation not permitted > [mach64] Error occurred during pci scan: Operation not permitted > [mga] Error occurred during pci scan: Operation not permitted > [mga] Error occurred during pci scan: Operation not permitted > [nvidia_vid] Error occurred during pci scan: Operation not permitted > [pm3] Error occurred during pci scan: Operation not permitted > [radeon] Error occurred during pci scan: Operation not permitted > [rage128] Error occurred during pci scan: Operation not permitted > [s3_vid] Error occurred during pci scan: Operation not permitted > [SiS] Error occurred during pci scan: Operation not permitted > [unichrome] Error occurred during pci scan: Operation not permitted > [VO_SUB_VIDIX] Couldn't find working VIDIX driver. > ========================================================================== > Opening video decoder: [ffmpeg] IETR's codec family > Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264) > ========================================================================== > Audio: no sound > FPS forced to be 30.000 (ftime: 0.033). > Starting playback... > Movie-Aspect is undefined - no prescaling applied. > VO: [null] 352x288 => 352x288 Planar YV12 > [NULL @ 0xcd1e00]missing picture in access unit > V: 0.0 75/ 75 30% 0% 0.0% 0 0 > > Exiting... (End of file) > > > 2012/5/9 Chen Liang <sli...@gm...> > Now the compile error was corrected. But when I run: > ./svc -h264 BUS.svc -layer 16 > It shows : > Video initialization failed: No available video device > SDL: Couldn't set 1920x1088: No available video device > > 2012/5/9 Chen Liang <sli...@gm...> > when I type make to compile the mplayer. Error occur: > > ../Libs/SVC/lib_svc/ChooseLayer.o: In function `KeyboardEvent': > ChooseLayer.c:(.text+0xc): undefined reference to `SDL_PollEvent' > ../Libs/SVC/lib_svc/ChooseLayer.o: In function `choose_layer': > ChooseLayer.c:(.text+0x44): undefined reference to `SDL_PollEvent' > collect2: ld returned 1 exit status > make: *** [mencoder] error 1 > > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > > > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > > > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support |
From: Mickaël R. <Mic...@in...> - 2012-05-09 07:23:47
|
what did you change to make it compile? it should compile as it is. Mickaël Le 9 mai 2012 à 04:42, Chen Liang a écrit : > Now the compile error was corrected. But when I run: > ./svc -h264 BUS.svc -layer 16 > It shows : > Video initialization failed: No available video device > SDL: Couldn't set 1920x1088: No available video device > > 2012/5/9 Chen Liang <sli...@gm...> > when I type make to compile the mplayer. Error occur: > > ../Libs/SVC/lib_svc/ChooseLayer.o: In function `KeyboardEvent': > ChooseLayer.c:(.text+0xc): undefined reference to `SDL_PollEvent' > ../Libs/SVC/lib_svc/ChooseLayer.o: In function `choose_layer': > ChooseLayer.c:(.text+0x44): undefined reference to `SDL_PollEvent' > collect2: ld returned 1 exit status > make: *** [mencoder] error 1 > > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > > > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support |
From: Chen L. <sli...@gm...> - 2012-05-09 02:50:07
|
When I use the mplayer: ./mplayer -fps 30 ~/Desktop/BUS.svc It shows: MPlayer UNKNOWN-4.6.1 (C) 2000-2010 MPlayer Team Playing /home/slim/Desktop/BUS.svc. Seek failed libavformat file format detected. [h264 @ 0x1e48a00]max_analyze_duration reached [h264 @ 0x1e48a00]Estimating duration from bitrate, this may be inaccurate [lavf] stream 0: video (h264), -vid 0 VIDEO: [H264] 352x288 0bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s) [VO_SDL] SDL initialization failed: No available video device. Can't open /dev/fb0: Permission denied [fbdev2] Can't open /dev/fb0: Permission denied VO: [v4l2] No such file or directory vo_cvidix: No vidix driver name provided, probing available ones (-v option for details)! [cyberblade] Error occurred during pci scan: Operation not permitted [mach64] Error occurred during pci scan: Operation not permitted [mga] Error occurred during pci scan: Operation not permitted [mga] Error occurred during pci scan: Operation not permitted [nvidia_vid] Error occurred during pci scan: Operation not permitted [pm3] Error occurred during pci scan: Operation not permitted [radeon] Error occurred during pci scan: Operation not permitted [rage128] Error occurred during pci scan: Operation not permitted [s3_vid] Error occurred during pci scan: Operation not permitted [SiS] Error occurred during pci scan: Operation not permitted [unichrome] Error occurred during pci scan: Operation not permitted [VO_SUB_VIDIX] Couldn't find working VIDIX driver. ========================================================================== Opening video decoder: [ffmpeg] IETR's codec family Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264) ========================================================================== Audio: no sound FPS forced to be 30.000 (ftime: 0.033). Starting playback... Movie-Aspect is undefined - no prescaling applied. VO: [null] 352x288 => 352x288 Planar YV12 [NULL @ 0xcd1e00]missing picture in access unit V: 0.0 75/ 75 30% 0% 0.0% 0 0 Exiting... (End of file) 2012/5/9 Chen Liang <sli...@gm...> > Now the compile error was corrected. But when I run: > ./svc -h264 BUS.svc -layer 16 > It shows : > Video initialization failed: No available video device > SDL: Couldn't set 1920x1088: No available video device > > 2012/5/9 Chen Liang <sli...@gm...> > >> when I type *make *to compile the mplayer. Error occur: >> >> ../Libs/SVC/lib_svc/ChooseLayer.o: In function `KeyboardEvent': >> ChooseLayer.c:(.text+0xc): undefined reference to `SDL_PollEvent' >> ../Libs/SVC/lib_svc/ChooseLayer.o: In function `choose_layer': >> ChooseLayer.c:(.text+0x44): undefined reference to `SDL_PollEvent' >> collect2: ld returned 1 exit status >> make: *** [mencoder] error 1 >> >> >> -- >> Best Regards! >> >> Chen Liang >> Beijing Institute of Technology >> >> 此致 敬礼! >> >> 陈亮 >> 北京理工大学 >> >> > > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > -- Best Regards! Chen Liang Beijing Institute of Technology 此致 敬礼! 陈亮 北京理工大学 |
From: Chen L. <sli...@gm...> - 2012-05-09 02:43:03
|
Now the compile error was corrected. But when I run: ./svc -h264 BUS.svc -layer 16 It shows : Video initialization failed: No available video device SDL: Couldn't set 1920x1088: No available video device 2012/5/9 Chen Liang <sli...@gm...> > when I type *make *to compile the mplayer. Error occur: > > ../Libs/SVC/lib_svc/ChooseLayer.o: In function `KeyboardEvent': > ChooseLayer.c:(.text+0xc): undefined reference to `SDL_PollEvent' > ../Libs/SVC/lib_svc/ChooseLayer.o: In function `choose_layer': > ChooseLayer.c:(.text+0x44): undefined reference to `SDL_PollEvent' > collect2: ld returned 1 exit status > make: *** [mencoder] error 1 > > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > -- Best Regards! Chen Liang Beijing Institute of Technology 此致 敬礼! 陈亮 北京理工大学 |
From: Chen L. <sli...@gm...> - 2012-05-09 02:00:31
|
when I type *make *to compile the mplayer. Error occur: ../Libs/SVC/lib_svc/ChooseLayer.o: In function `KeyboardEvent': ChooseLayer.c:(.text+0xc): undefined reference to `SDL_PollEvent' ../Libs/SVC/lib_svc/ChooseLayer.o: In function `choose_layer': ChooseLayer.c:(.text+0x44): undefined reference to `SDL_PollEvent' collect2: ld returned 1 exit status make: *** [mencoder] error 1 -- Best Regards! Chen Liang Beijing Institute of Technology 此致 敬礼! 陈亮 北京理工大学 |
From: Mickaël R. <Mic...@in...> - 2012-05-08 17:22:11
|
There are not many SVC containers available that supports SVC streaming. Mp4box supports SVC mp4 file format but I am not sure you can stream no effort have been put on it. You should try AVC first I am sure that it is working. Mickael Sent by my iPhone Le 8 mai 2012 à 19:05, Ramu Chakravadhanula <boy...@gm...> a écrit : > Hi, > > I tried to stream the svc decoded layers (.264) using live555streaming server in live and DSS. when I try to access the streams using Mplayer, its throwing the following error. > > > librtsp: server responds: 'HTTP/1.0 400 Bad Request' > STREAM_LIVE555, URL: rtsp://IP-address:1220/bus16gDown.264 > This stream is non-cacheable > Stream not seekable! > file format detected. > Failed to get a SDP description from URL "rtsp://IP-address:1220/bus16gDown.264": cannot handle DESCRIBE response: HTTP/1.0 400 Bad Request > > when I tried to convert the .264 files to svc compliant mp4 container. It showing avi in the codec information, when i play it, why? > > can someone please help me in this issue? > > br, > boys21. > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support |
From: Ramu C. <boy...@gm...> - 2012-05-08 17:05:23
|
Hi, I tried to stream the svc decoded layers (.264) using live555streaming server in live and DSS. when I try to access the streams using Mplayer, its throwing the following error. librtsp: server responds: 'HTTP/1.0 400 Bad Request' STREAM_LIVE555, URL: rtsp://IP-address:1220/bus16gDown.264 This stream is non-cacheable Stream not seekable! file format detected. Failed to get a SDP description from URL "rtsp://IP-address:1220/bus16gDown.264": cannot handle DESCRIBE response: HTTP/1.0 400 Bad Request when I tried to convert the .264 files to svc compliant mp4 container. It showing avi in the codec information, when i play it, why? can someone please help me in this issue? br, boys21. |
From: Mickaël R. <Mic...@in...> - 2012-05-07 12:40:35
|
Some option within mplayer can do it for you. Otherwise you need to implement it as part of the standalone player project. Mickaël Le 7 mai 2012 à 12:59, Chen Liang a écrit : > Whether the openSVC can generate a yuv file from svc stream? > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support |
From: Chen L. <sli...@gm...> - 2012-05-07 12:38:05
|
Whether the openSVC can generate a yuv file from svc stream? -- Best Regards! Chen Liang Beijing Institute of Technology 此致 敬礼! 陈亮 北京理工大学 |
From: Mickaël R. <Mic...@in...> - 2012-05-07 07:36:12
|
http://sourceforge.net/apps/mediawiki/opensvcdecoder/index.php?title=Main_Page Mickaël Le 7 mai 2012 à 09:29, Chen Liang a écrit : > Hello, > I have downloaded the src_1.12.tar.bz2. But I can't find a manual to tell me how to compile this code or how to use this it. > > -- > Best Regards! > > Chen Liang > Beijing Institute of Technology > > 此致 敬礼! > > 陈亮 > 北京理工大学 > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support |
From: Chen L. <sli...@gm...> - 2012-05-07 07:29:18
|
Hello, I have downloaded the src_1.12.tar.bz2. But I can't find a manual to tell me how to compile this code or how to use this it. -- Best Regards! Chen Liang Beijing Institute of Technology 此致 敬礼! 陈亮 北京理工大学 |
From: Eli B. <el...@gm...> - 2012-05-02 13:18:31
|
I've managed to build the projects contained in the Build_CCS_DM6437 folder. After fixing some compilation errors that were caused by needed files not being included in the actual project, I finally ended up with a bunch of function calls in TI_dsp.c (contained in project LibOnDsp) and in choose_layer.c (in project lib_svc) that had only a declaration and no implementation anywhere in the source files. I ended up commenting out all the problematic function calls in order to be able to compile. I was wondering if there is an implementation anywhere for these functions and if they are actually needed to get the decoder to work properly? Here are the functions from the error log: * _GetLastDqId C:\\Users\\balta\\Documents\\workspace\\lib_svc\\lib_svc_d.lib<ChooseLayer.obj> * _GetMaxDecLayer C:\\Users\\balta\\Documents\\workspace\\lib_svc\\lib_svc_d.lib<ChooseLayer.obj> * _SetArgLayer ./TI_dsp.obj * _SetLastDqId ./TI_dsp.obj * _SliceHeaderSkip ./TI_dsp.obj * _init_max_layer ./TI_dsp.obj * _initialize_layer ./TI_dsp.obj * _set_layer ./TI_dsp.obj |
From: Mickaël R. <Mic...@in...> - 2012-05-01 11:47:14
|
Hi Fernando, Can you help on this? I haven't been using the TI processor since a while. Thanks, Mickaël Le 1 mai 2012 à 13:17, Eli Balta a écrit : > I am working on a project to port the Open SVC Decoder to the TI DM6467 platform. I have a couple of questions: > 1) Do the projects included in the BUILD_CCS folder produce an executable that could be run on the card to play a video, much like the .exe version on the PC? > 2) I've ran into some problems building the projects on CCS v4, probably due to compatibility issues with CCS v3.3. Is it possible to find CCS v4 project files of the decoder? > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support |
From: Eli B. <el...@gm...> - 2012-05-01 11:17:49
|
I am working on a project to port the Open SVC Decoder to the TI DM6467 platform. I have a couple of questions: 1) Do the projects included in the BUILD_CCS folder produce an executable that could be run on the card to play a video, much like the .exe version on the PC? 2) I've ran into some problems building the projects on CCS v4, probably due to compatibility issues with CCS v3.3. Is it possible to find CCS v4 project files of the decoder? |
From: Eli B. <el...@gm...> - 2012-05-01 11:07:13
|
please disregard my previous message, I have just noticed you provided a link for where I can find older versions. On Tue, May 1, 2012 at 2:00 PM, Eli Balta <el...@gm...> wrote: > I could not find a site where I can download older versions of SDL. I have > ended up using an unknown older version that came with a computer game, the > decoder works fine now, thanks for your help! > > > On Mon, Apr 30, 2012 at 1:38 AM, Eli Balta <el...@gm...> wrote: > >> Thanks, I will try it tomorrow and report back with results. >> >> >> On Mon, Apr 30, 2012 at 1:33 AM, Mickaël Raulet < >> Mic...@in...> wrote: >> >>> from here : http://www.libsdl.org/tmp/ >>> Mickaël >>> >>> Le 30 avr. 2012 à 00:32, Mickaël Raulet a écrit : >>> >>> Could you try 1.2.13? >>> >>> Mickaël >>> >>> Le 30 avr. 2012 à 00:29, Eli Balta a écrit : >>> >>> SDL 1.2.15 from http://www.libsdl.org >>> I will also try version 1.11 >>> >>> On Mon, Apr 30, 2012 at 1:26 AM, Mickaël Raulet < >>> Mic...@in...> wrote: >>> >>>> Which version of SDL? from where? Other possibility is to get version >>>> 1.11. >>>> Mickaël >>>> >>>> Le 30 avr. 2012 à 00:23, Eli Balta a écrit : >>>> >>>> I downloaded SDL.dll. before I did so, I was getting an "SDL.dll not >>>> found" error. >>>> I will try to debug to see where exactly the error happens. >>>> >>>> On Mon, Apr 30, 2012 at 1:14 AM, Mickaël Raulet < >>>> Mic...@in...> wrote: >>>> >>>>> I don't really know. Could you be more explicit and try to debug? Do >>>>> you have SDL? >>>>> Mickaël >>>>> >>>>> Le 29 avr. 2012 à 20:43, Eli Balta a écrit : >>>>> >>>>> I compiled both versions of the decoder (SVC_decoder_v9 >>>>> and SVC_decoder) version 1.12 using visual studio 2008. >>>>> When trying to run the .exe file, I receive an error: *The >>>>> application was unable to start correctly (0xc000007b).* >>>>> How could I solve this problem? >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Live Security Virtual Conference >>>>> Exclusive live event will cover all the ways today's security and >>>>> threat landscape has changed and how IT managers can respond. >>>>> Discussions >>>>> will include endpoint security, mobile security and the latest in >>>>> malware >>>>> threats. >>>>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ >>>>> Opensvcdecoder-support mailing list >>>>> Ope...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support >>>>> >>>>> >>>>> >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. >>> Discussions >>> will include endpoint security, mobile security and the latest in >>> malware >>> threats. >>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ >>> Opensvcdecoder-support mailing list >>> Ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support >>> >>> >>> >> > |
From: Eli B. <el...@gm...> - 2012-05-01 11:00:46
|
I could not find a site where I can download older versions of SDL. I have ended up using an unknown older version that came with a computer game, the decoder works fine now, thanks for your help! On Mon, Apr 30, 2012 at 1:38 AM, Eli Balta <el...@gm...> wrote: > Thanks, I will try it tomorrow and report back with results. > > > On Mon, Apr 30, 2012 at 1:33 AM, Mickaël Raulet < > Mic...@in...> wrote: > >> from here : http://www.libsdl.org/tmp/ >> Mickaël >> >> Le 30 avr. 2012 à 00:32, Mickaël Raulet a écrit : >> >> Could you try 1.2.13? >> >> Mickaël >> >> Le 30 avr. 2012 à 00:29, Eli Balta a écrit : >> >> SDL 1.2.15 from http://www.libsdl.org >> I will also try version 1.11 >> >> On Mon, Apr 30, 2012 at 1:26 AM, Mickaël Raulet < >> Mic...@in...> wrote: >> >>> Which version of SDL? from where? Other possibility is to get version >>> 1.11. >>> Mickaël >>> >>> Le 30 avr. 2012 à 00:23, Eli Balta a écrit : >>> >>> I downloaded SDL.dll. before I did so, I was getting an "SDL.dll not >>> found" error. >>> I will try to debug to see where exactly the error happens. >>> >>> On Mon, Apr 30, 2012 at 1:14 AM, Mickaël Raulet < >>> Mic...@in...> wrote: >>> >>>> I don't really know. Could you be more explicit and try to debug? Do >>>> you have SDL? >>>> Mickaël >>>> >>>> Le 29 avr. 2012 à 20:43, Eli Balta a écrit : >>>> >>>> I compiled both versions of the decoder (SVC_decoder_v9 >>>> and SVC_decoder) version 1.12 using visual studio 2008. >>>> When trying to run the .exe file, I receive an error: *The application >>>> was unable to start correctly (0xc000007b).* >>>> How could I solve this problem? >>>> >>>> ------------------------------------------------------------------------------ >>>> Live Security Virtual Conference >>>> Exclusive live event will cover all the ways today's security and >>>> threat landscape has changed and how IT managers can respond. >>>> Discussions >>>> will include endpoint security, mobile security and the latest in >>>> malware >>>> threats. >>>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ >>>> Opensvcdecoder-support mailing list >>>> Ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support >>>> >>>> >>>> >>> >>> >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. >> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ >> Opensvcdecoder-support mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support >> >> >> > |
From: Mickaël R. <Mic...@in...> - 2012-04-30 18:33:36
|
Could you let me know which version of live you are using? Did you compile it first? Thanks, Mickaël Le 30 avr. 2012 à 17:38, Ramu Chakravadhanula a écrit : > Hi, > > I tried to install mplayer enabling svc and gui. In the configure files its showing yes to both. However, there are errors when I use make command. > > libmpdemux/demux_rtp.cpp:621: error: 'class RTSPClient' has no member named 'teardownMediaSession' > make: *** [libmpdemux/demux_rtp.o] Error 1 > > > Coming to installation with live, I tried to enable live showing correct path of live in the configure command > > /configure --enable-svc --enable-gui --enable-live --extra-cflags="-I/usr/local/lib/live" > > when I use make command, it shows error, saying unable to locate header file. When i fixed it, it again asks for another header file and so on, I patiently fixed all the header files in configure command and finally it ended up with similar errors :( > > ./configure --enable-svc --enable-gui --enable-live --extra-cflags="-I/usr/local/lib/live/UsageEnvironment/include -I/usr/local/lib/live/groupsock/include -I/usr/local/lib/live/liveMedia/include -I/usr/local/lib/live/BasicUsageEnvironment/include -I/usr/local/lib/live/mediaServer -I/usr/local/lib/live/testProgs" > > errors: > > libmpdemux/demux_rtp.cpp:97: error: 'class RTSPClient' has no member named 'describeWithPassword' > libmpdemux/demux_rtp.cpp:99: error: 'class RTSPClient' has no member named 'describeURL' > libmpdemux/demux_rtp.cpp: In function 'demuxer_t* demux_open_rtp(demuxer_t*)': > libmpdemux/demux_rtp.cpp:155: error: invalid conversion from 'int' to 'const char*' > libmpdemux/demux_rtp.cpp:155: error: initializing argument 2 of 'static RTSPClient* RTSPClient::createNew(UsageEnvironment&, const char*, int, const char*, portNumBits)' > libmpdemux/demux_rtp.cpp:155: error: invalid conversion from 'const char*' to 'int' > libmpdemux/demux_rtp.cpp:155: error: initializing argument 3 of 'static RTSPClient* RTSPClient::createNew(UsageEnvironment&, const char*, int, const char*, portNumBits)' > libmpdemux/demux_rtp.cpp:155: error: invalid conversion from 'int' to 'const char*' > libmpdemux/demux_rtp.cpp:155: error: initializing argument 4 of 'static RTSPClient* RTSPClient::createNew(UsageEnvironment&, const char*, int, const char*, portNumBits)' > libmpdemux/demux_rtp.cpp:245: error: 'class RTSPClient' has no member named 'setupMediaSubsession' > libmpdemux/demux_rtp.cpp:257: error: 'class RTSPClient' has no member named 'playMediaSession' > libmpdemux/demux_rtp.cpp: In function 'void teardownRTSPorSIPSession(RTPState*)': > libmpdemux/demux_rtp.cpp:621: error: 'class RTSPClient' has no member named 'teardownMediaSession' > make: *** [libmpdemux/demux_rtp.o] Error 1 > > > could some one please help me in the installation! > > Thanks in advance, > > Best regards, > boys21. > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support |
From: Ramu C. <boy...@gm...> - 2012-04-30 15:38:25
|
Hi, I tried to install mplayer enabling svc and gui. In the configure files its showing yes to both. However, there are errors when I use make command. libmpdemux/demux_rtp.cpp:621: error: 'class RTSPClient' has no member named 'teardownMediaSession' make: *** [libmpdemux/demux_rtp.o] Error 1 Coming to installation with live, I tried to enable live showing correct path of live in the configure command /configure --enable-svc --enable-gui --enable-live --extra-cflags="-I/usr/local/lib/live" when I use make command, it shows error, saying unable to locate header file. When i fixed it, it again asks for another header file and so on, I patiently fixed all the header files in configure command and finally it ended up with similar errors :( ./configure --enable-svc --enable-gui --enable-live --extra-cflags="-I/usr/local/lib/live/UsageEnvironment/include -I/usr/local/lib/live/groupsock/include -I/usr/local/lib/live/liveMedia/include -I/usr/local/lib/live/BasicUsageEnvironment/include -I/usr/local/lib/live/mediaServer -I/usr/local/lib/live/testProgs" errors: libmpdemux/demux_rtp.cpp:97: error: 'class RTSPClient' has no member named 'describeWithPassword' libmpdemux/demux_rtp.cpp:99: error: 'class RTSPClient' has no member named 'describeURL' libmpdemux/demux_rtp.cpp: In function 'demuxer_t* demux_open_rtp(demuxer_t*)': libmpdemux/demux_rtp.cpp:155: error: invalid conversion from 'int' to 'const char*' libmpdemux/demux_rtp.cpp:155: error: initializing argument 2 of 'static RTSPClient* RTSPClient::createNew(UsageEnvironment&, const char*, int, const char*, portNumBits)' libmpdemux/demux_rtp.cpp:155: error: invalid conversion from 'const char*' to 'int' libmpdemux/demux_rtp.cpp:155: error: initializing argument 3 of 'static RTSPClient* RTSPClient::createNew(UsageEnvironment&, const char*, int, const char*, portNumBits)' libmpdemux/demux_rtp.cpp:155: error: invalid conversion from 'int' to 'const char*' libmpdemux/demux_rtp.cpp:155: error: initializing argument 4 of 'static RTSPClient* RTSPClient::createNew(UsageEnvironment&, const char*, int, const char*, portNumBits)' libmpdemux/demux_rtp.cpp:245: error: 'class RTSPClient' has no member named 'setupMediaSubsession' libmpdemux/demux_rtp.cpp:257: error: 'class RTSPClient' has no member named 'playMediaSession' libmpdemux/demux_rtp.cpp: In function 'void teardownRTSPorSIPSession(RTPState*)': libmpdemux/demux_rtp.cpp:621: error: 'class RTSPClient' has no member named 'teardownMediaSession' make: *** [libmpdemux/demux_rtp.o] Error 1 could some one please help me in the installation! Thanks in advance, Best regards, boys21. |
From: Eli B. <el...@gm...> - 2012-04-29 22:38:09
|
Thanks, I will try it tomorrow and report back with results. On Mon, Apr 30, 2012 at 1:33 AM, Mickaël Raulet < Mic...@in...> wrote: > from here : http://www.libsdl.org/tmp/ > Mickaël > > Le 30 avr. 2012 à 00:32, Mickaël Raulet a écrit : > > Could you try 1.2.13? > > Mickaël > > Le 30 avr. 2012 à 00:29, Eli Balta a écrit : > > SDL 1.2.15 from http://www.libsdl.org > I will also try version 1.11 > > On Mon, Apr 30, 2012 at 1:26 AM, Mickaël Raulet < > Mic...@in...> wrote: > >> Which version of SDL? from where? Other possibility is to get version >> 1.11. >> Mickaël >> >> Le 30 avr. 2012 à 00:23, Eli Balta a écrit : >> >> I downloaded SDL.dll. before I did so, I was getting an "SDL.dll not >> found" error. >> I will try to debug to see where exactly the error happens. >> >> On Mon, Apr 30, 2012 at 1:14 AM, Mickaël Raulet < >> Mic...@in...> wrote: >> >>> I don't really know. Could you be more explicit and try to debug? Do >>> you have SDL? >>> Mickaël >>> >>> Le 29 avr. 2012 à 20:43, Eli Balta a écrit : >>> >>> I compiled both versions of the decoder (SVC_decoder_v9 and SVC_decoder) >>> version 1.12 using visual studio 2008. >>> When trying to run the .exe file, I receive an error: *The application >>> was unable to start correctly (0xc000007b).* >>> How could I solve this problem? >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. >>> Discussions >>> will include endpoint security, mobile security and the latest in >>> malware >>> threats. >>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ >>> Opensvcdecoder-support mailing list >>> Ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support >>> >>> >>> >> >> > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support > > > |