Ignore:
Timestamp:
Feb 28, 2011 6:59:47 PM (13 years ago)
Author:
nanang
Message:

Re #1182:

  • Renamed vstreamutil.c to vid_steamutil.c just for filename format consistency reason.
  • Updated sample app simpleua.c and vid_streamutil.c to sync with updated API, e.g: strip session usage, two media ports exported video streams for each dir.
  • Added vid_streamutil.c capability to be able to stream video file (involving transcoding when video codec used in the file different to the video stream codec), also updated AVI player and ffmpeg codecs to be able to read and decode XVID/MPEG4 codec.
  • Fixed bug wrong media type check in stream.c and vid_stream.c in creating stream info from SDP.
  • Minor update: docs, logs, app samples makefiles.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia/config.h

    r3420 r3425  
    981981/** 
    982982 * Maximum video frame size. 
    983  * Default: 16kB 
    984  */ 
    985 #ifndef PJMEDIA_MAX_VIDEO_FRAME_SIZE                     
    986 #  define PJMEDIA_MAX_VIDEO_FRAME_SIZE                  (1<<14) 
     983 * Default: 128kB 
     984 */ 
     985#ifndef PJMEDIA_MAX_VIDEO_ENC_FRAME_SIZE 
     986#  define PJMEDIA_MAX_VIDEO_ENC_FRAME_SIZE          (1<<17) 
    987987#endif 
    988988 
Note: See TracChangeset for help on using the changeset viewer.