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/pjsip-apps/src/samples/aviplay.c

    r3402 r3425  
    8686                  {PJMEDIA_FORMAT_H263 , "h263" , 
    8787                   PJ_FALSE, 0}, 
     88                  {PJMEDIA_FORMAT_XVID , "xvid"}, 
    8889                 }; 
    8990 
     
    106107} codec_port_data_t; 
    107108 
    108 static pj_status_t avi_event_cb(pjmedia_vid_stream *stream, 
     109static pj_status_t avi_event_cb(pjmedia_vid_dev_stream *stream, 
    109110                                void *user_data, 
    110111                                pjmedia_vid_event *event) 
Note: See TracChangeset for help on using the changeset viewer.