Click here to Skip to main content
15,888,092 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
NewsUnit testing framework cfix 1.5 released; adds support for EXE targets and kernel mode multithreading Pin
J. Passing8-Sep-09 7:26
J. Passing8-Sep-09 7:26 
GeneralPublish an RTMP stream to FMS using Microrosft Visual C Pin
mseureka8-Sep-09 6:47
mseureka8-Sep-09 6:47 
GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
farnhamj12-Sep-09 14:32
farnhamj12-Sep-09 14:32 
GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
Sumit_Ghosh16-Sep-09 8:34
Sumit_Ghosh16-Sep-09 8:34 
GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
Jon68z16-Oct-09 8:36
Jon68z16-Oct-09 8:36 
GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
Gavriloaie Andrei7-Nov-09 2:21
Gavriloaie Andrei7-Nov-09 2:21 
GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
Jon68z7-Nov-09 16:15
Jon68z7-Nov-09 16:15 
GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
Gavriloaie Andrei7-Nov-09 16:30
Gavriloaie Andrei7-Nov-09 16:30 
Lol, that whole thing is mine Smile | :)

Basically is doing the following:

flash publisher --> rtmpd --> streaming_server(rtmpd, FMS, etc) --> flash layer 1,2,...,N

Now, flash publisher talks with rtmpd via RTMP protocol (the first arrow). flash publisher is the "provider". But this can be changed. It can totally replaced with a custom internal stream. The over all structure would become:

rtmpd(doing screen capture INTERNALLY for example) --> streaming_server(rtmpd, FMS, etc) --> flash layer 1,2,...,N

You need to dig into the code a little bit though...

The server is running on:

Windows
BSD (Mac OS X, FreeBSD, NetBSD, OpenBSD, etc)
Linux (many distros here...)
Someone reported that ported it to SunOS. Not sure about that....

As a server, I recommend to run it on FreeBSD for best performance.

Have fun Smile | :)

RFC1925

With sufficient thrust, pigs
fly just fine. However, this
is not necessarily a good
idea. It is hard to be sure
where they are going to land,
and it could be dangerous
sitting under them as they fly
overhead.

GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
Jon68z7-Nov-09 16:50
Jon68z7-Nov-09 16:50 
QuestionImplicit conversion from char * to string: g++ vs VS Pin
dplong8-Sep-09 6:40
dplong8-Sep-09 6:40 
AnswerRe: Implicit conversion from char * to string: g++ vs VS Pin
Stuart Dootson8-Sep-09 10:24
professionalStuart Dootson8-Sep-09 10:24 
QuestionVC++ MFC Strlen [modified] Pin
GC1048-Sep-09 4:09
GC1048-Sep-09 4:09 
QuestionRe: VC++ MFC Strlen Pin
David Crow8-Sep-09 4:39
David Crow8-Sep-09 4:39 
AnswerRe: VC++ MFC Strlen Pin
GC1048-Sep-09 4:52
GC1048-Sep-09 4:52 
AnswerRe: VC++ MFC Strlen Pin
Stuart Dootson8-Sep-09 4:51
professionalStuart Dootson8-Sep-09 4:51 
GeneralRe: VC++ MFC Strlen Pin
GC1048-Sep-09 4:59
GC1048-Sep-09 4:59 
GeneralRe: VC++ MFC Strlen Pin
Stuart Dootson8-Sep-09 5:17
professionalStuart Dootson8-Sep-09 5:17 
QuestionVC++ MFC class data member initialisation [modified] Pin
GC1048-Sep-09 1:59
GC1048-Sep-09 1:59 
AnswerRe: VC++ MFC class data member initialisation Pin
CPallini8-Sep-09 2:10
mveCPallini8-Sep-09 2:10 
AnswerRe: VC++ MFC class data member initialisation Pin
Code-o-mat8-Sep-09 3:50
Code-o-mat8-Sep-09 3:50 
GeneralRe: VC++ MFC class data member initialisation Pin
GC1048-Sep-09 4:00
GC1048-Sep-09 4:00 
Questionwhich module creates a specific file? Pin
Joseph Marzbani8-Sep-09 1:25
Joseph Marzbani8-Sep-09 1:25 
AnswerRe: which module creates a specific file? Pin
Garth J Lancaster8-Sep-09 1:52
professionalGarth J Lancaster8-Sep-09 1:52 
GeneralRe: which module creates a specific file? Pin
Joseph Marzbani8-Sep-09 3:00
Joseph Marzbani8-Sep-09 3:00 
AnswerRe: which module creates a specific file? Pin
Selvam R8-Sep-09 2:02
professionalSelvam R8-Sep-09 2:02 

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.