Click here to Skip to main content
15,900,707 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: enduring object in Visual Studion Pin
Mark Salsbery29-Jun-08 12:02
Mark Salsbery29-Jun-08 12:02 
QuestionIt makes me crazy.. help me plz. Pin
FR2ESOD28-Jun-08 6:32
FR2ESOD28-Jun-08 6:32 
AnswerRe: It makes me crazy.. help me plz. Pin
CPallini28-Jun-08 7:24
mveCPallini28-Jun-08 7:24 
GeneralRe: It makes me crazy.. help me plz. Pin
FR2ESOD28-Jun-08 13:21
FR2ESOD28-Jun-08 13:21 
AnswerRe: It makes me crazy.. help me plz. Pin
Ștefan-Mihai MOGA29-Jun-08 5:04
professionalȘtefan-Mihai MOGA29-Jun-08 5:04 
GeneralRe: It makes me crazy.. help me plz. Pin
FR2ESOD29-Jun-08 6:12
FR2ESOD29-Jun-08 6:12 
QuestionCaptuve encode and stream over a network Pin
Ethemind28-Jun-08 6:19
Ethemind28-Jun-08 6:19 
AnswerRe: Captuve encode and stream over a network Pin
Mark Salsbery28-Jun-08 7:44
Mark Salsbery28-Jun-08 7:44 
If you want to write your own communication code, you can use custom DirectShow filters to
access the streams.

Real time multimedia streaming is no simple task. The most difficult issues IMO are dealing
with jitter and clock drift.


The Windows Media Format SDK has the ability to stream over a network and it integrates with
DirectShow relatively easily. There are some issues there. First, by definition, it works
mostly with Windows Media Format (ASF) streams. Second, there's no low-latency audio codecs
suitable for real-time communications (low latency/low bandwidth).

Ethemind wrote:
can I split icoming muxed stream into frames? I mean if I have a 24 fps live source, is it possible to capture a muxed frame (audio + video), so I could drop some frames in case there is a really bad latency.


You have no choice. To deal with jitter and clock drift, you'll HAVE to add/remove samples in realtime to keep
everything in sync.


Just my 2 cents,
Mark



QuestionEvent Handling for Dynamically created ListBox Pin
chetanjoshi928-Jun-08 1:09
chetanjoshi928-Jun-08 1:09 
AnswerRe: Event Handling for Dynamically created ListBox Pin
MANISH RASTOGI28-Jun-08 2:11
MANISH RASTOGI28-Jun-08 2:11 
GeneralRe: Event Handling for Dynamically created ListBox Pin
chetanjoshi928-Jun-08 2:34
chetanjoshi928-Jun-08 2:34 
AnswerRe: Event Handling for Dynamically created ListBox Pin
Karthik Kalyanasundaram28-Jun-08 5:58
Karthik Kalyanasundaram28-Jun-08 5:58 
AnswerRe: Event Handling for Dynamically created ListBox Pin
Hamid_RT30-Jun-08 18:56
Hamid_RT30-Jun-08 18:56 
QuestionIncreasing font size of text in static text box Pin
VCProgrammer28-Jun-08 0:29
VCProgrammer28-Jun-08 0:29 
AnswerRe: Increasing font size of text in static text box Pin
leonigah28-Jun-08 2:16
leonigah28-Jun-08 2:16 
AnswerRe: Increasing font size of text in static text box Pin
Ștefan-Mihai MOGA28-Jun-08 3:36
professionalȘtefan-Mihai MOGA28-Jun-08 3:36 
AnswerRe: Increasing font size of text in static text box [modified] Pin
Karthik Kalyanasundaram28-Jun-08 6:04
Karthik Kalyanasundaram28-Jun-08 6:04 
AnswerRe: Increasing font size of text in static text box Pin
Hamid_RT30-Jun-08 18:54
Hamid_RT30-Jun-08 18:54 
Questionhow to return variable to VB.NET Pin
boyindie27-Jun-08 23:18
boyindie27-Jun-08 23:18 
QuestionHow to create "Bitmap Font " using Pixel Data. Pin
phanindra varma27-Jun-08 23:12
phanindra varma27-Jun-08 23:12 
AnswerRe: How to create "Bitmap Font " using Pixel Data. Pin
Hamid_RT30-Jun-08 18:51
Hamid_RT30-Jun-08 18:51 
QuestionProfiling in Visual Studio Pin
AndreFratelli27-Jun-08 22:48
AndreFratelli27-Jun-08 22:48 
AnswerRe: Profiling in Visual Studio Pin
Hamid_RT30-Jun-08 18:47
Hamid_RT30-Jun-08 18:47 
GeneralRe: Profiling in Visual Studio Pin
AndreFratelli14-Jul-08 10:10
AndreFratelli14-Jul-08 10:10 
Questionsql server using ODBC in a MFC application Pin
jiangbing27-Jun-08 21:41
jiangbing27-Jun-08 21:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.